The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
No the ads don't shut off by default, you have a few options though... The easiest I think would be wrap your ads in "If" statements and not show them to your premium usergroups...
For example in the navbar template find: Code:
$ad_location[ad_navbar_below] Code:
<if condition="is_member_of($vbulletin->userinfo, 20, 21)"> <else /> $ad_location[ad_navbar_below] </if> Put those IF statements around all/any ads you want to block... You can add or remove as many group numbers as you want, just keep a comma between them... so the following are all valid: <if condition="is_member_of($vbulletin->userinfo, 20, 21)"> <if condition="is_member_of($vbulletin->userinfo, 21)"> <if condition="is_member_of($vbulletin->userinfo, 5, 6, 7, 20, 21)"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|