The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
So I removed the navbar from my vBAdvanced portal.
I don't know why I didn't do this ages ago. Most vBA sites have the nav controls in one of the modules anyway, so the navbar was completely redundant. The front of my site looks 100% cleaner (imo, of course).
http://www.sevenstring.org Login with guest/guest to remove the adsense. If anyone wants to do the same while keeping adsense under the navbar for guests, it uses only one conditional. You will need to use it twice. Once like so, to remove the navbar at the beginning and end of your current template: Code:
<if condition="THIS_SCRIPT !== 'adv_index'"> You'll need your header adsense code in there twice. It's going to be exactly the same, just in two spots. One within the conditional that you just made, and then another after your closing /if to show it on the navbar-free portal, like this: Code:
<if condition="THIS_SCRIPT == 'adv_index'"> (adsense code) </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|