santimariani:
In your
Header template
Replace the entire block of code between <!--Options --> <!-- /Options -->
with the code below.
<!-- Options -->
HTML Code:
<if condition="$show['member']">
<td width="93">
<table width="93" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_options.gif);"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]" rel="nofollow"
onmouseover="JSFX.fadeIn('options')"
onmouseout="JSFX.fadeOut('options')"><img
src="$stylevar[imgdir_misc]/bouton_options.gif" name="options" width="93" height="40" border="0" class="imgFader" id="usercpoptions" alt="" /></a><script type="text/javascript"> vbmenu_register("usercpoptions", true); </script></td>
</tr>
</table>
</td>
</if>
<!-- /Options -->
provided you have done everything else correctly, it will work.