Thanks for the confirmation Stefan..
Quote:
Originally Posted by KirbyDE
For Supermods it is
PHP Code:
$bbuserinfo['permissions']['adminpermissions'] & ISMODERATOR.
For Mods it's a bit more difficult. You could use can_moderate() - which might cause an extra query then (without my Show ModCP link being installed).
|
So if we have your ModCP Link hack installed, I'd change this:
Code:
$bbuserinfo['usergroupid'] != 6
To this:
Which would exempt Mods, Supermods and Admins.. Correct? :nervous: