Hack to stop suport mods from entering password forums w/o a password
Will anybody create a hack to stop super moderators from going into a password forum and not being asked for a password? I want them to enter a password.
if (!$password OR ($permissions['adminpermissions'] & CANCONTROLPANEL) OR ($permissions['adminpermissions'] & ISMODERATOR) OR can_moderate($forumid))
{
return true;
}
Remove it, that will force everyone (admins, supermods, and the mods of that forum) to enter the password before they are allowed in.