Quote:
Originally Posted by stone0075
I'm not to sure on what go's where so could you please be more specific? Thanks!
Font Color In Posts >>field11
Font In Posts >>field12
<if condition="$post['fieldX'] != '' OR $post['fieldX'] != ''">
<font style="font-family:$post[fieldX]; color:$post[fieldX];">$post[message]</font>
<else />
$post[message]
</if>
|
<if condition="$post['field11'] != '' OR $post['field12'] != ''">
<font style="font-family:$post[field12]; color:$post[field11];">$post[message]</font>
Hope that helped