PDA

View Full Version : How to hide things from a usergroup?


Chrissicom
06-21-2006, 06:20 AM
I have a subscription user group and I want to hide ads from them, how would I do that in the code? Place the ad code between certain tags so this group doesn't see them?

Christine
06-24-2006, 05:34 PM
Wrap your adsense code with <if condition="!is_member_of($bbuserinfo, 1, 2, 3)">adsense stuff</if>

Where 1, 2 and 3 are the usergroup ids that you want to exclude from seeing it.