PDA

View Full Version : Help with the code used to show ads only to certain usergroups?


BrandiDup
11-24-2007, 06:49 PM
I need the conditional for showing something (my adsense) to all usergroups except usergroup x and x (my paid members).

Can anyone help me with the conditional for this? I found the snippet of code on vbulletin.com a long time ago but I can't seem to find it now.

Thank You!

RedTyger
11-24-2007, 07:15 PM
<if condition="!is_member_of($bbuserinfo, x,y)">stuff</if>

BrandiDup
11-24-2007, 07:17 PM
<if condition="!is_member_of($bbuserinfo, x,y)">stuff</if>

Thank you sooooo much!