Quote:
Originally Posted by cTak
Awesome, works great now with the trim as well.
I've tweaked the code a bit to blend in with the rest of the post bit, by putting the DT and DD brackets around the data.
Was:
Code:
<div><a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}">'{vb:raw newyr} {vb:raw entry[make]} {vb:raw entry[model]} {vb:raw entry[trim]}</a></div>
Is now:
Code:
<dt>Vehicle</dt> <dd><a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}">'{vb:raw newyr} {vb:raw entry[make]} {vb:raw entry[model]} {vb:raw entry[trim]}</a></dd>
|
I'll modify it for next release