MyBB Community Forums

Full Version: My support remove " Mark as best answer" from first post?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My support how to remove " Mark as best answer" from the first post so that the author of the thread can't mark it's own post as best?
You can do it for example with Template Conditionals, just change {$post['mysupport_bestanswer']} to:
<if $postcounter > 1 then>
{$post['mysupport_bestanswer']}
</if>
in postbit and/or postbit_classic.
Destroy baby thanks very much it works like charm. You are a genius!