edit postbit or postbit_legacy depending on what style you are running
just find
for postbit_legacy
Quote:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
|
just add under or above etc.
Quote:
<if condition="$post['userid']"><div><a href="vbgarage.php?do=view&id=$post[userid]">$post[musername]'s Garage</a></div></if>
|
thats should be it..