The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I would like to create popup menus in different locations on my forum. I've found this in the vBulletin docs but it's for vBulletin 3. What is the code to create a popup menu?
|
|
#2
|
||||
|
||||
|
Code:
<li class="popupmenu">
<a class="popupctrl" href="javascript://">Link Title</a>
<ul class="popupbody popuphover">
<li><a href="http://link1.com">link1</a></li>
<li><a href="http://link2.com">link2</a></li>
<li><a href="http://link3.com">link3</a></li>
<li><a href="http://link4.com">link4</a></li>
</ul>
</li>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|