The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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! |
|
#2
|
||||
|
||||
|
<if condition="!is_member_of($bbuserinfo, x,y)">stuff</if>
|
|
#3
|
||||
|
||||
|
Thank you sooooo much!
|
![]() |
|
|