Quote:
Originally Posted by Dark Visor
Is there a specific reason that you do not want the options to show up for admins/mods/smods? I think that would actually be useful it they did.
Besides, you should not check for moderator, because moderator cannot edit anything. Check for administrator instead... 
|
The code checks to see if the poster is a supermod, administrator or moderator, not the other way around

He put the code, not me
I personally would have put:
PHP Code:
<if condition="!is_member_of($post['usergroupid'], array(5,6,7)) AND is_member_of($bbuserinfo, array(5,6))">
Chris