PDA

View Full Version : Admin Exempt from all Posting Restrictions?


TheFocusElf
04-20-2005, 11:56 PM
I don't know if this is a true MOD REQUEST, as it PROBABLY already exists ::

:: Is there a MOD out there that allows Administrators to be exempt from things like "Display Edit" timers, IMG/Smiley Restrictions... etc? ::

Some of those restrictions OBVIOUSLY are not intended to annoy the administrator.

DRJ
04-21-2005, 02:05 AM
If you are displaying something you can use a conditional to not show it to admins.

<if condition="bbuserinfo['usergroupid'] <> #">
Show stuff here
</if>

Where # is the usergroup id for admins.