PDA

View Full Version : remove certain links from the top bar?


halliday06
06-11-2008, 02:14 PM
How can i remove certain links from the top bar? i see no need for the calendar and FAQ so i might aswell remove them, ive tried disabling them but that doesnt work, and looking for that part of the code in the templates but i cnt see to find is.

is there no help online so you know which template vars go with what?

Lynne
06-11-2008, 02:29 PM
They are in the navbar template:

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

FAQ:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>

Remove those lines.