Didn't read all the pages, so don't know if this was answered yet. I would you go about on custom template for the navigation? I want to install this mod, but already the first code to change, is different from what i have.
As i seen, most custom templates with custom navbars, the editing is done in header.
This is my coding from the header for the specific usercp:
Code:
<!-- Options -->
<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="options" alt="" /></a></td>
</tr>
</table>
</td>
</if>
<!-- /Options -->
How would i go about in adding your code in?
Code:
<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>