Quote:
Originally Posted by noppid
You have almost certainly made a typo in your edit of this step...
HTML Code:
4. Perform the following TEMPLATE edits:
4a. In USERCP_SHELL:
Find:
#######################
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
#######################
Add ABOVE:
#######################
<!-- START VBGARAGE HACK -->
<if condition="$permissions['genericpermissions'] & CANVBGARAGE">
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
</if>
<!-- END VBGARAGE HACK -->
#######################
The stock template mod does not have that anomoly.
|
I have reverted that template to original, then redid the edit, and unfortunately am still encountering this problem.