Quote:
Originally Posted by dgkrob
hey hoof any chance of some help with my previous post? and also the pm i sent you mate?
|
For the "Popup" menu controls to work, you need to put that part of the code in the Navbar template.
Here's a good embedded way to do it, if you follow the community example:
Code:
<!-- community link menu -->
<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[community_links]</td></tr>
$template_hook[navbar_community_menu_start]
<if condition="$show['quick_links_groups']">
<tr><td class="vbmenu_option"><a href="http://simplegfx.net/forums/forums.php">Forum Main</a></td></tr>
<tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>
</if>
<if condition="$show['quick_links_albums']">
<tr><td class="vbmenu_option"><a href="album.php$session[sessionurl_q]">$vbphrase[pictures_and_albums]</a></td></tr>
</if>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
$template_hook[navbar_community_menu_end]
</table>
</div>
<!-- / community link menu -->
In the header is where you'll put the button and code similar to the community button:
Code:
<if condition="$show['communitylink'] AND $show['popups']">
<td width="50" height="55"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="3"><img src="$stylevar[imgdir_misc]/nav_comm.gif" width="50" height="55" border="0" alt=""/></a> <script type="text/javascript"> vbmenu_register("community",1); </script></td>
<else />
I didn't initially answer as you haven't clicked install for this skin and the example you posted is not the style offered in this thread