The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've searched but couldn't find anything.
On my forum there are ads, how can you make it where paid members don't see any ads? thanks! |
|
#2
|
|||
|
|||
|
yup same as my board...
Code:
<if condition="!is_member_of($vbulletin->userinfo, X)"> [ad code here] </if> |
![]() |
|
|