The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi folks,
I've got a handful of addons on my forums now, and my navbar is getting a bit cluttered. How can I go about creating a single dropdown menu (like the quick links menu) that I can use for a "forum features" menu, to consolidate my addons? Basically I'd like Features in the navbar: Features -> Option1 -> Option2 -> Option3 -> Etc Thanks very much as always. I added this link: Code:
<!-- Features Menu --> <if condition="$show['popups']"> <td id="gallery" class="vbmenu_control"><a href="#features"><font color="#orange">Forum Features</font></a> <script type="text/javascript"> vbmenu_register("features"); </script></td> </if> <!-- END Features Menu --> Code:
<!-- Features Subscript --> <if condition="$show['searchbuttons']"> <!-- header Forum Features --> <div class="vbmenu_popup" id="features" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Forum Features</td></tr> <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/test">Link1</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/test/">Test</a></td></tr> </table> </div> <!-- / header features Links--> </if> <!-- END Features Subscript --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|