The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Making Drop Down menus
Ahh! I did something wrong, I am reporting thiss to a mod to be deleted, you can to if you get it before me.
|
#2
|
|||
|
|||
Ok, firstly you should use the modification requests or general vBulletin questions for this type of question.
Anyway, while I'm here, here is the answer. locate your template navbar find Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<td id="custommenu" class="vbmenu_control"><a href="$show[nojs_link]#custommenu">TEXT HERE</a> <script type="text/javascript"> vbmenu_register("custommmenu"); </script></td> Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> Code:
<div class="vbmenu_popup" id="custommenu_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">TITLE</td> </tr> <tr><td class="vbmenu_popup"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr> <tr> <td class="vbmenu_popup"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr> <tr> <td class="vbmenu_popup"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td></tr> </table> </div> |
#3
|
|||
|
|||
Thank you so much, I will make sure I am in the right place next time. I asked a mod to delete it, so I dunno what will happen to it, but thanks you are amazing.
|
#4
|
|||
|
|||
Happy to help. I'm sure they will move it to a more appropraite forum.
|
#5
|
|||
|
|||
We'll leave it here, since answers have been given. A pitty you removed your original question.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|