help with permissions

steven s

Well-known member
I'm still trying to get a handle using permissions.

I have usergroups Registered and Members.
Registered is similar to Unregistered with some exceptions.
The main thing is that they can not start or reply to threads.
I also don't want them to be able to download attachments.

Members
Full rights as registered would in most forums.

Someone in the Registered group replied and it went straight to moderation.
I'd rather have that person not even be able to reply or start a thread.

What do I need to change?



screen.webp
 
If they are a member of both groups then the Allow overrides the Not Set (No).

Permission value priority is set in this order: (highest priority first)
  1. Never – this will not grant the permission. This can never be overridden, so should be used sparingly.
  2. Allow – this will grant the permission.
  3. Not Set (No) – this will not grant the permission. This is the lowest priority value; any explicit allow will override this.
Thus, if a user has not set (no) and allow for a permission, the final value will be allow. The Test Permissions system can help confirm that permissions are set correctly.

http://xenforo.com/help/permissions/
 
They must be in another group with the permission set to allow, otherwise they wouldn't be able to post.

Click on the user name and check which group is primary and whether any secondary groups are checked.

Or it's related to user specific or node permissions.
 
They must be in another group with the permission set to allow, otherwise they wouldn't be able to post.

Click on the user name and check which group is primary and whether any secondary groups are checked.

Or it's related to user specific or node permissions.
User Group: Registered
Secondary User Groups: blank

It is possible that the problem may lie with our single sign in mod.
 
I took another look and noticed it must have something to do with my forum permissions that I inherited when I imported from vB.
Does that make sense?
Should all forum permissions be inherit by default?

Added: I went back though all my node permissions and set them to inherit except for the one forum that I need special permissions for. That seemed to do the trick.
 
Top Bottom