anyway to get this applied to the vbShout some members have been complaining that they want the font color they pick to stay instead of having to re-pick the color when they refresh or click on another forum and all of that...im sure just have to edit the vbshout code to call the if statement right? Below is what im thinkning...
Code:
<if condition="$post['fieldx'] != '' OR $post['fieldx'] != ''">
<font style="font-family:$post[fieldx]; color:$post[fieldx];">POST_SHOUTBOX_MESSAGE</font>
<else />
POST_SHOUTBOX_MESSAGE
</if>