The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hey guys how do i make a drop down nav entry?
i need one for the RPG Thing |
#2
|
|||
|
|||
![]()
OK, in your navbar template find
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<td id="rpg" class="vbmenu_control"><a href="$show[nojs_link]#rpg">RPG Menu</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td> Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> Code:
<!-- rpg menu --> <div class="vbmenu_popup" id="rpg_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">[high]title[/high]</td></tr> <tr><td class="vbmenu_option"><a href="[high]option link[/high]">[high]option name[/high]</a></td></tr> </table> </div> <!-- / rpg menu --> Repeat the Option line to add additional links anywhere in the menu. Make sure all additional lines go above Code:
</table> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|