Quote:
Originally Posted by DPSR
@ Matt Slick- In your 'postbit' template, look for--
Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
after add--
Code:
<if condition="$post['stylename']">Style: $post[stylelink]</if>
@InValid ID- In your 'postbit_legacy' template, look for--
Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
after add--
Code:
<if condition="$post['stylename']">Style: $post[stylelink]</if>
be sure to keep a backup before editing any file 
|
Thanks a bunch, that is exactly what I needed.
(thanks Bison, too).