First of all a huge round of applause for both this awesome plugin and his work on many others. You rock Ted
Now to an issue I (and likely others) have. Concerning highlighting the top rated post with this code in all instances of class="alt1" or class="alt2" in your postbit template:
Code:
<if condition="$thread[toppost] == $post[postid]">background-color:#CCCCCC;</if>
This works fine. Unfortunately it has 2 unusual problems that make it unusable (at least for me):
1. If you click edit on the post, you lose the BG color changes.
2. if you receive a PM from a user with a high rated post, the BG color will appear. Very strange as I understand the if conditional but not sure why this occurs :/
Feel free to PM Ted and I could show you this on my dev machine.