Hi, thanks for the quick reply!
I actually used the adjusted conditional from Danny above for multiple prefixes, however I tried it with just your code as well and the bug was still present. In fact on your site you can see it on page 2 of
THIS thread for example. It turns out that admin/mod accounts see it correctly with only the first post in the thread using the different postbit. Guests/not logged in and regular user accounts see the different postbit for the first post on each page of the thread - even though that post isn't the original posters.
Thanks to one of our members, he found the fix by changing your conditional to:
HTML Code:
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $thread['firstpostid'] AND $thread['prefixid'] == news">
Thank you for posting this, we found it very useful!