MyBB Community Forums

Full Version: Debug Rationale for why user can/cant access thread/ function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to understand why a given user can or cant post/ do other functions in a thread.

If there is a number of permissions the system has to work through, is their any way we can see what the problem is and why the user is allowed or disallowed that function, by seeing the system logic for the decision?

Does that make any sense?
Permission viewer plugin may be of some help.
It throws a lot of warnings in PHP8, but seems to be fully functional.
It allows you to see all permissions of a given user.

https://community.mybb.com/mods.php?action=view&pid=270
Thanks, should help considerably