erm....is it just me or does this hack seem way too involved....all i did was:
-added the profile field 'Color'
And in the postbit template, I replaced this
Code:
<p><normalfont>$post[message]</normalfont></p>
with
Code:
<p><normalfont><FONT COLOR="$post[field5]">$post[message]</font></normalfont></p>
of course, the [field5] should be changed to whatever that field # is..
Did I miss something, does this hack do something different?
and this should work on any version....i don't see any reason why not...