Since I've not written any code before in my life, is it possible to get an idea of where I might need to place it? And what I need to include? I gather I'm meant to put it around
something in the
postbit_legacy template, but outside of that I'm clueless.
From further looking, I assume I place
something around this section:
PHP Code:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
What I need is to turn text green if the post receives more than 25 positive votes. Turn red if it's got 25 or more negative votes. And stay the same if it's anywhere in between.