PDA

View Full Version : moving "faq" to the "quick links" drop down


dplevy
01-23-2008, 07:47 PM
so how would i go about doing this? moving the faq or the members list buttons to the quick links drop down menu? i need to free up some space in my navbar to make more room.

--------------- Added 1201134537 at 1201134537 ---------------

hello? anyone? lol.

SCRIPT3R
01-25-2008, 02:49 AM
from teh navbar template just find, cut&paste the following code to wherever you want it to appear in the QL Menu...

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

Princeton
01-25-2008, 11:57 AM
Here's an article on how to do the dropdown menus:
https://vborg.vbsupport.ru/showthread.php?t=122523

dplevy
01-29-2008, 09:58 PM
cool. thanks. just one thing, the nav bar text is a different color form the text in the dropdown. when i moved "faq" to the dropdown, its still that color. how do i get the "faq" button to match the rest of the dropdown now?

also, if i wanted to change the name "quick links" in the navbar to say "useful stuff" or something like that, how would i do so?