The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Top NavBar With Drop Down Menus Details »» | |||||||||||||||||||||||||
This mod is a top nav bar mod with drop down menus; it is the same as the standard vb one, the new navbar is in its own template.
This mod is easy to install there are to things you need to do to install this mod: 1) Upload product file 2) Edit navbar template The mod comes with: 1 xml file 1 read me text file 1 html help file to show how to add links and drop down menus FAQ: Q: Nav bar not showing in other mods. A: Click here thank you Q: What mods will this show in A: please read above why they might not, here are the lists of what I tested them in click here This mod is supported here and at MK PitStop Webmaster Forum, please click install if you use this mod, thank you. Demo Here = http://www.mkpitstop.co.uk/forum Hope you like Show Your Support
|
Comments |
#132
|
||||
|
||||
This will work on the newist version (should do as its only template change)
As for vbadvanced I cant help as I dont use vbadvanced sorry |
#133
|
||||
|
||||
does this upgrade have to be done before the 3.6.8 upgrade?
|
#134
|
||||
|
||||
nope its a template edit so it can be done on all 3.6.x
|
#135
|
||||
|
||||
What Is this Template Edit for Anyway?
|
#136
|
||||
|
||||
To add the template name in where needed so that the nav shows up.
|
#137
|
||||
|
||||
Mine works Fine Now But it wont when i Upgrade to 3.6.8 unless i Upgrade this Mod First Correct
DM |
#138
|
||||
|
||||
sorry no there has been to change to this mod, we no it will work with the new version this is why we have said it will work with the new version, I didnt explain my self correctly sorry.
|
#139
|
||||
|
||||
Me No Understand your speakings
|
#140
|
||||
|
||||
I'm getting w3 validation errors on this menu.
Quote:
I have custom drop down menus in navbar and they look like this: <td id="1" class="nav_menu_control" style="width: 81px"> (in header template) <div class="vbmenu_popup" id="1_menu" style="display:none"> (in navbar template) The above is default (showing errors in w3 validation) yet they work fine. IF I change the ID each to something like below, it shows the menu title but no longer drops down the sub menu, nor shows the down arrow icon (indicating drop down menu) <td id="menu1" class="nav_menu_control" style="width: 81px"> <div class="vbmenu_popup" id="menu1_menu" style="display:none"> |
#141
|
|||
|
|||
I am having problems since upgrading to 3.6.8 could you please take a quick look at the code below and see if you can find anything wrong:
Code:
<!--######## start of navbar2 ########--> <!-- nav2 buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px"> <tr align="center"> <!-- Fun Stuff --> <td id="FunStuff" class="vbmenu_control"><a href="$show[nojs_link]#FunStuff">Fun Stuff</a> <script type="text/javascript"> vbmenu_register("FunStuff"); </script></td> <!-- /Fun Stuff --> <!-- Donations --> <td class="vbmenu_control"><a href="http://www.gamerzneeds.net/forums/donate.php$session[sessionurl_q]">Donate</a></td> <!-- /Donations --> <!-- Downloads menu --> <td class="vbmenu_control"><a href="http://www.gamerzneeds.net/forums/downloads.php">Downloads</a></td> <!-- /Downloads menu --> <!-- Newsletter --> <td class="vbmenu_control"><a href="http://www.gamerzneeds.net/forums/newsletter.php">Newsletter</a></td> <!-- /Newsletter --> <!-- Invites --> <td class="vbmenu_control"><a href="http://www.gamerzneeds.net/forums/invites.php">Invite</a></td> <!-- /Invites --> <td class="vbmenu_control"><a href="http://www.gamerzneeds.net/forums/job-opportunities-site-sponsors-earn-money/13134-becoming-site-sponsor.html">Advertise</a></td> <td class="vbmenu_control"><a href="http://www.buy-host.com" target="_blank">Buy-Host Webhosting</a></td> </tr> </table> </div> <!-- / nav2 buttons bar --> <if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> <!-- extras pop start --> <div class="vbmenu_popup" id="1_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Drop Down</td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> </table> </if> </div> <!-- extras pop end --> <!-- / NAVBAR POPUP MENUS --> <!-- Create Fun Stuff --> <if condition="$show['member']"> <!-- your tools menu --> <div class="vbmenu_popup" id="FunStuff_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Fun Stuff</td></tr> <tr><td class="vbmenu_option"><a href="http://www.gamerzneeds.net/forums/gznevent.php">GzN Event - Coming Soon!</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.gamerzneeds.net/forums/gallery/index.php">Gallery / Image Hosting</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.gamerzneeds.net/shop/">Buy/Sell - GZN Shop</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.gamerzneeds.net/forums/arcade.php">Arcade</a></td></tr> </if> </table> </div> <!-- / your tools menu --> </if> <!-- End Fun Stuff Edit --> <!--####### end of navbar2 #######--> Hopefully something easily fixed, as I love this. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|