Quote:
Originally Posted by Wired1
Makes sense considering that the GTUserCP mod replaces the USERCP_SHELL.
Took a quick look at it, and I THINK (NOTE: UNTESTED, TRY AT YOUR OWN RISK, preferably on a test bed first) you can make 2 quick edits to add the Extra Options link.
In GTPM_USERCP_SHELL Find:
Code:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
after it paste:
Code:
<tr>
<td class="$navclass[extra]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_extra_options]</a></td>
</tr>
and in gtpm_usercp_navbit Find:
Code:
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
after it paste:
Code:
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_extra_options]</a></td></tr>
Again, note: UNTESTED! Not my fault if you run it on a live server and blow it up!
|
Works like a charm, now I can finally install your hack, thanks Wired1 :up::up::up: