PDA

View Full Version : How to: Remove Navbar


TheFrienzNet
05-14-2008, 07:13 PM
Hey,

I updated my forums to 3.7.0 yesterday and my skin seemed to be a bit incompatible with it (works only up to beta 3 or something). At first, the mods weren't able to do some stuff like move/close threads etc.

I edited some of the templates for the skin (set them back to default) since I got this message on the Admin panel frontpage:

"Out-of-Date Custom Templates Found!"

When I did this, the mod problems were resolved, but now the ORIGINAL navbar appears on my skin again (look picture)

https://vborg.vbsupport.ru/external/2008/05/51.jpg

Basically, if anyone knows how to remove the "original" navbar (the bottom one), please let me know. I'd appreciate it a lot.


Edit: The title kind of implies I KNOW how to remove the navbar. If a mod could plz add a question mark or something at their convenience, that would be appreciated.

Lynne
05-14-2008, 07:28 PM
Go to your navbar template and remove the stuff starting at:
<!-- nav buttons bar -->ending with:
<!-- / nav buttons bar -->and then starting at:
<!-- NAVBAR POPUP MENUS -->and ending with:
<!-- / NAVBAR POPUP MENUS -->I think that should do it. Sometimes I just comment stuff out to make sure..... If you want to try that, then just put:
<!--
at the beginning of what you want to comment out, and
-->
at the end.

TheFrienzNet
05-14-2008, 07:43 PM
Thank you so very much, that did the trick. Thanks for taking the time to reply :)

ArnyVee
04-06-2009, 01:58 AM
Did this and it removed everything. But, now my dropdown on the "Your Notifications" is not working. What do I have to add back in (and where) to have this working without the actual navbar?

Lynne
04-06-2009, 02:32 AM
You can find the default code by Editing your navbar and select View History, then Compare and you'll see the missing code and where to add it.