Quote:
Originally Posted by Addonic
Hello, i just installed it on 3.6.8-2 and it worket great. Now for a little question. Is this possibe to do in a members profile.
When you enter a members profile, and the member got a garage. Is it possible to then display a link to his garage. And for a member without a garage there will be no link.
And i whould like it to be displayed above the "signature" in the profile.
/Addonic
|
Edit MEMBERINFO
Code:
<a href="vbgarage.php?do=view&id=$userinfo[userid]">$userinfo[username]'s Garage</a></if>
Will put the link to the members garage but I am not sure what code you need to do in order to to make it only show up when a member has a garage. Maybe someone else can chime in on the if condition code.