MyBB Community Forums

Full Version: My moderator can't access Mod CP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I put my moderator into my moderator group, and he can't access the Mod CP? It tells him he doesn't have permission.

I checked the group permissions and it says the whole group can.. What's wrong?
If your putting him into the default Moderators group, you have to add him as a moderator to a forum before he can access it.
You don't have MySupport installed by any chance do you??

(2011-04-03, 09:14 PM)Shukaku Wrote: [ -> ]If your putting him into the default Moderators group, you have to add him as a moderator to a forum before he can access it.

Access to the Mod CP is just based on the usergroup permission...

if($mybb->user['uid'] == 0 || $mybb->usergroup['canmodcp'] != 1)
{
	error_no_permission();
}
Oops, didn't realise that Toungue