PDA


View Full Version : How Do I...


Homie
06-26-2005, 10:14 AM
how do i put the "portal" word in the navbar (main manu)??

i want also to put the arcade and the gallery into the navbar..

sorry for my bad english, i'm not from usa..

thx!

mholtum
06-26-2005, 12:15 PM
You need to edit your navbar template and add the links.

tomshawk
06-26-2005, 12:51 PM
An example of how to do that

Open the navbar template

Find

<td class="vbmenu_control"><a href="http://www.yourwebsite.com/forums/memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>

Add this below it or above it, depending on how you want it to look

<td class="vbmenu_control"><a href="http://www.yourwebsite.com/forums/cmps_index.php?$session[sessionurl]">Portal</a></td>

Obviously replace yourwebsite with your domain name ;)

Homie
06-28-2005, 11:55 AM
thx mann!!!

thx alot!!