Ok if that will work for the Profile page what do i need to add to post bit ...
<if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<tr>
<td class="vbmenu_option"> <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></td>
</tr>
</if>
|