![]() |
Is there a quick way to do drop down links?
A quick way to do the fly out boxes like the quick links one?
I need this for a mod that members can save their favourite links. Tah :) |
Just look at the default navbar template and see how it's done. Basically two parts - the link in the "nav buttons bar" section which calls the vbmenu_register javascript, something like
HTML Code:
<if condition="$show['my_link_mod']"> then the 'div' with the actual menu items (as a table) in it in the "NAVBAR POPUP MENUS" section: HTML Code:
<if condition="$show['my_link_mod']"> HTML Code:
<tr><td class="vbmenu_option"><a href="link_url">link text</a></td></tr> |
Brilliant, thanks~!
|
All times are GMT. The time now is 03:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|