Quote:
Originally Posted by RGSMDNR
is there a way to hot link a users garage under their name in a post? so i dont have to click at the top and scroll through all the users garages?
|
Sure, edit your postbit template, OR postbit_legacy template depending on which version your using. (if you add it and it's not showing up try the other template)
Add this line anywhere you want it to show up.
<a href=vbgarage.php?do=view&id=$post[userid]>View Garage</a>
Or, if you'd like to put it in the drop down menu when you click the username find this line:
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
and add right under it:
<tr><td class="vbmenu_option"><a href=vbgarage.php?do=view&id=$post[userid]>View $post[username]'s Garage</a></td></tr>