PDA

View Full Version : Need a little help installing VBgarage....


Rick Sample
04-16-2004, 04:39 PM
I got everything installed, but when I got down to a certain point, I couldn't find what the instructions asks. how do I find the fiel USERCP_SHELL which is this:

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 -->
#######################

4b. In NAVBAR:

Find:
#######################
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
#######################

Add BELOW:
#######################
<!-- START VBGARAGE HACK -->
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
<!-- END VBGARAGE HACK -->
#######################

amykhar
04-16-2004, 05:43 PM
It would probably be best to post your question in the thread for the garage hack.