Quote:
Originally Posted by SVTOA
Just redo the edit to the usercpshell template and it will be there...
|
for those that need help here are the 3.7.1 template edits.....
Open your styles USERCP_SHELL template.
- Find the following:
Code:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
- Below add this:
Code:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
- Save Template.
4. + Open your styles NAVBAR template.
- Find the following:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
- Below add this:
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl_q]do=list">$vbphrase[vbgarage]</a></td>
- Save Template.