MyBB Community Forums

Full Version: Group Permission Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have created a new staff group and it cannot view the Mod CP. I have ticked the option, but still nothing works.

I put the user into a another staff group under the additional section which allows them to access the Mod CP, but then doesn't allow them to access a forum section due a plugin i am using.

Thanks,
Cohen
In ./inc/init.php, find:
define("TIME_NOW", time()); 

Add after:
define("NO_PLUGINS", 1); 

If it's okay after doing this, it's a plugin, if it still happens, it's something else.
You have MySupport installed don't you... if you've created a new group with Mod CP access, you probably haven't given that group the ability to manage support denial; a bug in MySupport will completely block the Mod CP if the usergroup can't manage support denial, I put the permissions check in the wrong place. Fix is here: http://community.mybb.com/thread-84719-p...#pid618956

Sorry about that Smile
Thanks Matt! That fixed it.