Quote:
Originally Posted by CoffeeLovesYou
How to make it so this doesn't show for the first post of the thread? Because obviously, they are the original poster if you are viewing the first post of the thread.
|
This should work for you..
Code:
<if condition="$thread['postuserid'] == $post['userid']" && $post[postcount] !== 1><div class="smallfont"><b>(OP)</b></div></if>