PDA

View Full Version : How to add to the top menu?


doogie88
01-27-2009, 10:01 PM
I forget what it's called.
But the menu up top: User CP Help Chat Memberlist New Posts, etc.
How can I add a link there, and possibly change the color of it?

dismas
01-27-2009, 10:35 PM
It's the navbar template that you're looking for.

You're going to want to add the link between these two lines:

<!-- nav buttons bar -->

and

<!-- /nav buttons bar -->


Take a look at the link for the calendar for a sample of a simple link:


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

doogie88
01-28-2009, 05:15 AM
Thank you.