Hey, I love the site and extra threadfields.
I'm trying to add a condition to make one of my field titles red. How would I add an IF statement to do that? Would I use fieldid, or title?
I've tried,
without much luck!Code:<![CDATA[if ($threadfield['fieldid'] == '2'){[<divstyle="color:red"><b>$threadfield[title]:</b> $thread[fieldvalue]</div>]]]>}
Thanks for any help