The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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! |
#2
|
|||
|
|||
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.) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|