The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
need help with navbar menu
hey what i need to do is add the home link as a drop down to include a link to the index which is the main domain @ whatever.com
and then the link to the forums which would be /forums this is what i have so far can someone please direct me in the right direction of going about this the code Code:
<div class="vbmenu_popup" id="navbar_home_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Home</td> </tr> <tr><td class="vbmenu_option"><a href="$vboptions[homeurl]">Index</a></td></tr> <tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/index.php?$session[sessionurl]">Forum</a></td></tr> <tr> </table> </div> Code:
<if condition="$show['popups']"> <td id="navbar_home_menu" class="vbmenu_control"> <a href="http://www.wambam.net">Home</a> <script type="text/javascript"> vbmenu_register("navbar_home_menu"); </script> </td> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|