N number1shotta New Member Nov 4, 2008 #1 plzz how to add a link to the navbar what is the code thing
P Psilocybin_vbulletin3_import6855 New Member Nov 4, 2008 #2 Find this code in your NAVBAR template: Code: <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> You can place this same code underneath and change calendar.php to the correct page and $vbphrase[calendar] to what you want the text on your navbar to read. For example: Code: <td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
Find this code in your NAVBAR template: Code: <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> You can place this same code underneath and change calendar.php to the correct page and $vbphrase[calendar] to what you want the text on your navbar to read. For example: Code: <td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>