View Full Version : how to stop ads for mods and supermods ?
asking
05-17-2009, 04:05 PM
hello friends,
does anyone know ? how to stop ads/popup for just mods/supermods ?
i need to do it please help.... me...
Lynne
05-17-2009, 04:07 PM
Put a condition around your code:
<if condition="!is_member_of($bbuserinfo, 5, 6, 7)">
code not to be shown to usergroups 5, 6, or 7
</if>
gdguide
05-17-2009, 04:08 PM
Surround ad code like so:
<if condition="!is_member_of($bbuserinfo, 5, 6, 7)">
AD CODE
</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.