Quote:
Originally Posted by muscle-mustangs
Sorry to bother you so guys so much about this hack, but its a cool hack, so I gotta have it perfect on my site:
Anywase I have the following ?'s
1. I'm still having trouble changing VBgarage text into Members Rides. Everytime I edit something in navbar, it gives me an error message, so I'm not sure if i'm editing the right thing or not!
2. like on top of the garage page or bottom is their a way to add a link so members can edit their garage, many don't know you do it though User control panel. If they see an "edit your car" button, their more likely to add their car!
3. what is last activity? is it just when they last updated or the last time they were online? mine keeps saying last activity was yesterday, and I've been online all day. just wondering
Thanks for your help guys, 
|
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.