The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I use a menu system on my vb4 forums that uses a script for the main menu items and sub menu items similar to the vb menu - when you click on a main menu item the sub menu items appear below it.
The code is similar to: Code:
<table id="menu" class="tabmenu" cellspacing="0" cellpadding="0">
<tr>
<td><a id="link" href="../index.php" rel="sb1">Home</a></td>
<td><a id="link" href="../test/" rel="sb2">Test</a></td>
</tr>
</table>
<div class="submenu ieclass">
<div id="sb1" class="subcontent">
<a href="../pages/about.php">About This Site</a>
<a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">Contact Us</a>
</div>
<div id="sb2" class="subcontent">
<a href="../test/test1.php">Test 1</a>
<a href="../test/test2.php">Test 2</a>
</div>
</div>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|