PDA

View Full Version : Navigation Bar


Dr. T
09-11-2009, 10:47 AM
hi
just wanted to know how to add an extra navigation bar, i see alot of forums using them, and i require this feature now.

here is an example of what i am talking about...

http://www.rap-dome.com/forums/

u see they have buttons above and below the login details and search button, how i do this ?

thanks

kevcj
09-11-2009, 11:01 AM
edit the navbar template, find <!-- / nav buttons bar -->

Directly after that add

<!-- second nav button row -->

<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">

<td class="vbmenu_control">the link url</td>

<!-- / second nav button row -->

<!-- / nav buttons bar -->

Dr. T
09-11-2009, 11:27 AM
edit the navbar template, find <!-- / nav buttons bar -->

Directly after that add

<!-- second nav button row -->

<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">

<td class="vbmenu_control">the link url</td>




<!-- / second nav button row -->

<!-- / nav buttons bar -->


thanks but that did not work...
it resulted in this...

https://vborg.vbsupport.ru/external/2009/09/33.jpg


as you can see it resulted in showing the search bar with drop down menu i believe ??

New Joe
09-11-2009, 12:03 PM
Change back what you have just done and then:
Just use one of these 2 mods:
https://vborg.vbsupport.ru/showthread.php?t=192771&highlight=double+nav+bar
Or
https://vborg.vbsupport.ru/showthread.php?t=130958

Dr. T
09-11-2009, 12:40 PM
Change back what you have just done and then:
Just use one of these 2 mods:
https://vborg.vbsupport.ru/showthread.php?t=192771&highlight=double+nav+bar
Or
https://vborg.vbsupport.ru/showthread.php?t=130958

thank you second link worked perfectly

New Joe
09-11-2009, 01:06 PM
That is the one I use.
Always try the "search" function on this Forum, you should find what you need.

kevcj
09-11-2009, 01:53 PM
thanks but that did not work...
it resulted in this...

as you can see it resulted in showing the search bar with drop down menu i believe ??

Our themes are different - that might be the reason why it did not work. Because that code came straight from my site where I'am using it to have 2 navbars.