How do I add / remove items from the navigation bar ?

Thanks for not bumping!

Open up Styles & Templates >> Style Manager >> Select Template >> Drop Down and Select 'Edit Template' >> Find 'Header'

Now search for
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

and start removing from there.

Now, Adding links!

To add links, do the same but under

Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

add

Code:
<td class="vbmenu_control"><a href="[b]link here[/b]">[i][b]Whats the name?[/b][/i]</a></td>

and there you have it!
 
Depending on the style the above post will work if the code is in the header template but its normally found in the navbar template.
 
Back
Top