I did this in the postbit_legacy where I wanted the item to show
Code:
<if condition="$show['popups']">
<td id="albummenu">
<a href="#">Album Menu</a>
<script type="text/javascript">
vbmenu_register("albummenu");
</script>
</td>
</if>
I removed the Class since it highlighted and underlined it - but either way the same result.
In the navbar area i put
Code:
<div class="vbmenu_popup" id="albummenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Album Menu</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
content row
</td>
</tr>
</table>
</div>
I noticed also tht when I did this - it only worked on the first post - all other posts in a thread linked to that post - it didnt do the popup menu.