you need to make sure that it is forwarded correctly, try this
Quote:
<if condition="$post['userid']"><div><a href="vbgarage.php?do=view&id=$post[userid]">$post[musername]'s Garage</a></div></if>
|
where it says
Quote:
"vbgarage.php?do=view&id=$post[userid]"
|
replace with
Quote:
"http://www.yoursite.com/forums/vbgarage.php?do=view&id=$post[userid]"
|
make sure that it is correctly forwarded to vbgarage.php ...hope it helps