ok try to do this edit
open template Showthread
find:
Code:
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
add below it:
Code:
<if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<if condition="in_array($thread['threadid'], $mybestthread)">
<a href="showthread.php?$session[sessionurl]do=removemybest&t=$threadid">$vbphrase[mybest_remove]</a><else /><a href="showthread.php?$session[sessionurl]do=addmybest&t=$threadid">$vbphrase[mybest_add]</a></if>
</if>