Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: daspyknows on January 12, 2021, 05:12:31 PM

Title: How to remove permissions to read/write to one board for a single user
Post by: daspyknows on January 12, 2021, 05:12:31 PM
Hi everyone.  I am newly moderating a site running SMF and trying to figure out how to remove one user from a single board.  Since I do not have a test environment to figure this out and do not want to break anything I am reaching out here  The user is in a count based group and do not see how to remove them from that group and into another without the board access.  Any help would be appreciated.  Thx.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Sir Osis of Liver on January 12, 2021, 05:16:04 PM
Create a new group that has permission to view all boards except the one, and move the member into that group.

On second thought, don't think I answered your question.  If you're a moderator, not admin, you would need permission to change a member's group.  Global moderators do not have that permission by default, it must be assigned by admin.  Board moderators cannot have that permission.

Title: Re: How to remove permissions to read/write to one board for a single user
Post by: daspyknows on January 12, 2021, 05:38:43 PM
Thx.  I have done that.  Trying to move them from the Post Based Group to the new group. 
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Sir Osis of Liver on January 12, 2021, 05:39:18 PM
Are you an admin?
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Sir Osis of Liver on January 12, 2021, 05:53:58 PM
Here's an odd thing that could be useful in some dicey situations.  You can create two membergroups with the same name but different permissions, so problem member would not know they were in a different group.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: daspyknows on January 12, 2021, 05:55:16 PM
Quote from: Sir Osis of Liver on January 12, 2021, 05:39:18 PM
Are you an admin?

Moderator, not administrator.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Sir Osis of Liver on January 12, 2021, 05:59:32 PM
Quote from: Sir Osis of Liver on January 12, 2021, 05:16:04 PM
If you're a moderator, not admin, you would need permission to change a member's group.  Global moderators do not have that permission by default, it must be assigned by admin.  Board moderators cannot have that permission.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: daspyknows on January 12, 2021, 06:07:07 PM
Quote from: Sir Osis of Liver on January 12, 2021, 05:59:32 PM
Quote from: Sir Osis of Liver on January 12, 2021, 05:16:04 PM
If you're a moderator, not admin, you would need permission to change a member's group.  Global moderators do not have that permission by default, it must be assigned by admin.  Board moderators cannot have that permission.

OK.  Thx.  Will explore that.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Kindred on January 12, 2021, 06:14:06 PM
you can not move the user out of a post-count based group.
All users are automatically in one post-count-based group based on their post count -- it is not manually controllable.


and if the POST-COUNT group has access to the board, then putting the user in another group won't do any good, since SMF is INCLUSIVE permissions (the user has the greatest permission granted by any group they belong to)
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Sir Osis of Liver on January 12, 2021, 06:38:03 PM
Hmm, on my forums I've removed all post count groups except Newbie, which is set for 0 posts.  That group is not listed in permissions, I believe it inherits permissions from regular members.  All of my members are in primary membergroups, board access is determined in the group settings.  Basically I've always ignored post count groups, access is controlled by the regular groups.  The remaining post count group has permissions set to 'Use Unique Permissions", but there are no unique permissions, so I would think that group has no permissions.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Kindred on January 12, 2021, 07:13:43 PM
post count groups have their own permissions.

you might have set the newbies group to disallow all -- in which case, only groups with ALLOW permissions set would grant them access to actions.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Illori on January 12, 2021, 07:50:16 PM
maybe https://custom.simplemachines.org/mods/index.php?mod=3311 would help. still would need the admin to install it.
Title: Re: How to remove permissions to read/write to one board for a single user
Post by: Sir Osis of Liver on January 12, 2021, 11:13:15 PM
Strictly speakimg, viewable boards is not a permission, it's a board/membergroup setting.  That's what I was suggesting.