![]() |
Question about the menu bar
Hi,
Could someone please tell me how to take the FAQ, Members List, and Calendar links off the menu bar and put them in the Quick Links drop down menu? Thanks! |
You need to edit the navbar template:
Find this line: Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Find this line: Code:
<tr><td class="thead">$vbphrase[quick_links]</td></tr> Look where you want to add the FAQ link and then add: Code:
<tr><td class="vbmenu_option"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr> (The key changes are to add <tr> </tr> around the link and to change the type of link from "vbmenu_control" "vbmenu_option" ) (I've not tested this.) |
All times are GMT. The time now is 07:34 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|