Quote:
Originally Posted by Ted S
Identify the top rated post.
Step 1 - Enable the top rated post feature from your Helpful Answers Settings.
Step 2 - Add the code:
Code:
<if condition="$threadinfo[toppost] == $post[postid]">This is the top rated post!</code>
To your postbit or postbig_legacy template
This can be changed around to add colors, an icon or anything else you want.
================================================== ==========================
|
This is the bit im most interested in. Unfortunatley I cant get this code to work, even if I alter it to this... any ideas?
Code:
<if condition="$threadinfo[toppost] == $post[postid]">This is the top rated post!</if>