you must add like below;
add your link header which will open when clicked.
open header template and add ;
<a id="yourmenuname" href="$show[nojs_link]#yourmenuname" >Your link Name</a><script type="text/javascript"> vbmenu_register("yourmenuname",true);</script>
Than open navbar template and add your dropdown menu codes like below;
<!-- My Posts Menu -->
<div class="vbmenu_popup" id="yourmenuname" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">My Posts</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronl y=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td>
</tr>
</table>
</div>
<!-- / My Posts Menu -->
Carefull the red colored names they must be same name for work properly.
|