If you have your admins, supermods and mods only in the standard usergroups you can do
<if condition="is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 7)">
If you do not have all your staff in one of those groups it is getting more difficult. You could use can_moderate() in this case, but it will cause an extra query in a lot of pages.
|