PDA

View Full Version : Removing entire Navbar


merk_aus
02-17-2011, 01:26 AM
Okay so please bare with me as I attempt to explain this.

On my vBulletin Publishing Suite v4.1.2 my navbar currently has:
Home | Forum | Media | Blogs | and two custom menu's created using (https://vborg.vbsupport.ru/showthread.php?t=228338)

What I am looking at doing is attempting to remove all of the navigation bar together - and start from fresh so using this (https://vborg.vbsupport.ru/showthread.php?t=228338) I want to create every single one of my options from scratch.

Some will have the user permissions involved however I was wondering if anyone was able to give me a heads up on what to remove to get the whole thing blank.

I know media is one created by one of my plug-ins so I can remove that however the rest is what I am stuck on.

Any help is greatly appreciated.

andrew_m
03-03-2011, 01:08 AM
I wish to do the same thing but not replace the navbar, just competely remove it.

Lynne
03-03-2011, 05:08 PM
Open navbar template and remove everything down to, but not including, the following line:
</div><!-- closing div for above_body -->

That will remove the navbar from a default style.

SiteTalkZone
03-06-2011, 09:04 PM
find <li><a class="navtab" href="{vb:link something}">{vb:rawphrase something}</a>

vb:link something- is your target link
vb:rawphrase something - is anchor text

so find them for all tabs and replace as you want