Works Perfectly ... very nice but I never edit this into my UserCP :
Quote:
FIND IN navbar:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
REPLACE WITH:
<if condition="$show['member']">
<td id="usercpoptions" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
<script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
</if>
|
Cause I think since we click on UserCp it will shows your Mod so the dropdown is not neccessary thats why I exclude it.
Thanks ~
*Installed*