Log in

View Full Version : any mod you can change the top blue nav text


aerogear2002
12-29-2006, 04:19 AM
by default the top blue nav bar reads. User CP FAQ Members List Calendar New Posts Search Quick Links Log Out, I want to add a home and other link there, how can I change it

thank you

any one

AndrewD
12-29-2006, 10:12 AM
by default the top blue nav bar reads. User CP FAQ Members List Calendar New Posts Search Quick Links Log Out, I want to add a home and other link there, how can I change it

thank you

any one


You have to edit the navbar template. This is quite a complicated template, because some menu items include popups, but you can easily add another table cell with the new menu item you want.

Find the section that is sandwiched between


<!-- nav buttons bar -->
<div align="center">
.
.
.
</div>
<!-- / nav buttons bar -->


and add a table cell something like this:


<td class="vbmenu_control"><a href="myhomepage.html" >My Home Page</a></td>