The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
DropDown Link on NavBar
Well, I searched for the solution and I tested Kerry Anne's dropdown in Navbar but it didn't work although I did it twice...
Basically I want to add a Link to NavBar with 2 Options: + Link Option1 Option2 Point me pls |
#2
|
||||
|
||||
Find this in navbar template:-
Code:
<span id="usercptools"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></span> Code:
<span id="helpmenu"><a href="$show[nojs_link]#helpmenu">Help</a> <script type="text/javascript"> vbmenu_register("helpmenu"); </script></span> Then place the below code whereever you want to place the menu. Code:
<!-- Help popup menu --> <div class="vbmenu_popup" id="helpmenu_menu" style="display:none" align="$stylevar[left]"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Help</td></tr> <tr><td class="vbmenu_option"><a href="file1.php">Link1</a></td></tr> <tr><td class="vbmenu_option"><a href="file2.php">Link2</a></td></tr> <tr><td class="vbmenu_option"><a href="file3.php">Link3</a></td></tr> </table> </div> <!-- / Help popup menu --> Hope this helps !! |
#3
|
||||
|
||||
Thanks I knew you knew!
|
#4
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=122523" target="_blank">How To Add Drop Down Menus To Your Navbar</a>
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|