vBGarage is great. We just put it on Thirdgen.org, the members love it.
Looking forward to the multiple ride version.
Someone has added the link code for postbit this is a pretty good idea. I'm trying to research right now how to write a new $show['whatever'] rule that checks the DB if that member has a garage, if not then the icon won't show.
Any ideas where I can build my own rule to do this??
By that i mean... is $show a template or something i can edit? If so where?
something like this:
Code:
<if condition="$show['vbgarage']">
<a href="$vboptions[bburl]/vbgarage.php?do=view&id=$post[userid]" rel="nofollow"> <img class="inlineimg" src="$stylevar[imgdir_statusicon]/garage.gif" alt="Check out my garage" border="0" /></a>
</if>