Does anyone can tell me how to remove icon "Quote" on first post but it will appear again on the next post? This is to prevent user from quoting the content of Thread Starter...
Try:
Code:
<if condition="$thread['firstpostid'] != $post['postid']">
The quote button HTML here...
</if>