The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Navbar
I want to remove the whole navbar just off my forum home page (index.php). But still have it on all the forumdisplay sections. Can this be done?
I thought all I had to do was remove the "$navbar" in the forumhome html. But the navbar still shows up on my home page of my forum. Code:
[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar <if condition="$show['guest']"> <!-- guest welcome message --> |
#2
|
||||
|
||||
I don't think you want to remove the whole navbar template because the login stuff is there also. Just put a condition around the navbar stuff in the template:
HTML Code:
<if condition="THIS_SCRIPT != 'index'"> all the navbar links </if> |
#3
|
|||
|
|||
I have a custom skin. The links are in my header section and the login section I have setup with vbadvance where it is off to the right of my forum. Here is a link to give you an example.
www.homeentertainmentclub.com I do not need that navbar for that home page. BUT I still want it for all the other pages when they click a catgory in the forum. Please, help. Thank you, MrMichigan |
#4
|
||||
|
||||
If you moved the navbar into the header template, then removing $navbar will not remove it from the page (that just removes the navbar template). You need to put a condition around the navbar links in whatever template it is in.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|