The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Drop Down Site Navigation
I'm looking for the "Site Map" hack that vbulletin.nl is currently using on their navbar. It's basically a drop down list like search and quick links drop down lists.
|
#2
|
|||
|
|||
You could just add one in the navbar template and add whatever links you want. Just use the ones there to start with as a reference.
|
#3
|
|||
|
|||
Quote:
HTML Code:
<table cellpadding="4" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <td id="sitemap" class="vbmenu_control"><a href="#sitemap">Site Map</a> <script type="text/javascript"> vbmenu_register("sitemap"); </script></td> <td class="vbmenu_control"><a href="register.php?">Register</a></td> <td class="vbmenu_control"><a href="faq.php?" accesskey="5">FAQ</a></td> <td class="vbmenu_control"><a href="memberlist.php?">Members List</a></td> <td class="vbmenu_control"><a href="calendar.php?">Calendar</a></td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|