I had added the following from another mod, but for some reason, it's not showing up right now, any ideas? I haven't recerted the template yet. Want to be sure it's right first.
Quote:
vB AdminCP -> Styles & Templates -> (Select Style) -> User Control Panel Templates -> USERCP_SHELL
FIND:
PHP Code:
<tr>
<td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>
After it post:
PHP Code:
<tr>
<td class="$navclass[extra]" style="white-space:nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_extra_options]</a></td>
</tr>
|