PDA

View Full Version : How do I change the Navigation Bar Links?


PWO81
07-06-2008, 10:22 PM
I have the normal VB nav bar that says Register, FAQ, Members List, Calendar, Today's Posts and Search. I would like to delete search on the far right side and add a new link called 'Home Page' on the far left side as the first link. Does anyone know what I have to do? I would like to keep the bar the same except for that. I dont know how to code, can anyone help me out?

Thank you

Hex_legend
07-06-2008, 10:35 PM
open up admin cp

click on styles / templates
style manager
default style - click on << >>
look for Navigation & Breadcrumb Templates
Navbar - -- > double click

Look for:


<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>


Delete

Add:


<td class="vbmenu_control"><a href="URL TO YOUR HOMEPAGE$session[sessionurl_q]">Homepage</a></td>


Save.

Opserty
07-07-2008, 08:12 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=118924&highlight=Navbar" target="_blank">How To Add Additional Links To Your Navbar</a>

PWO81
07-07-2008, 01:32 PM
Hex I tired that and it gave me a link to the homepage but it is in the middle of the bar. I would like to to be the first link on the bar. Anyway I can do that? Also when I click on the link it brings to a page that says this.

Not Found

The requested URL http:// was not found on this server.

I would like it to go to my Index homepage. (www.mywebsite.com)

Example:
www.mywebsite.com
www.mywebsite/forums

--------------- Added 1215473115 at 1215473115 ---------------

Hex I tired that and it gave me a link to the homepage but it is in the middle of the bar. I would like to to be the first link on the bar. Anyway I can do that? Also when I click on the link it brings to a page that says this.

Not Found

The requested URL http:// was not found on this server.

I would like it to go to my Index homepage. (www.mywebsite.com)

Example:
www.mywebsite.com
www.mywebsite/forums

anyone know?