Quote:
Originally Posted by SVTOA
1. You have to edit the PHRASE for the navbar. Search in PHRASES for "vbgarage" and edit the translation to say "Members Rides"
2.Look in the template "USERCP_SHELL" for this:
Code:
<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>
Edit as needed and insert into SHOWGARGE template where you want it to display.
3. Last activity refers to the last edit made to that Garage.
Hope this helps.
|
Thanks, I got everything, but how do I find the showgarage template? I searched the templates and phrases for showgarage, and came up empty. any suggestions?