The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I would like to block adds from being seen by certain user groups or subscribers. I am using openx to creat adds. Any info appreciated.
Thanks Seaweed |
|
#2
|
|||
|
|||
|
You can do this with conditionals
Just add a conditional to the begining of your ad code like this Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)"> Don't forget to end it with Code:
</if>
|
![]() |
|
|