The current if statement is wrong. The way it is set up your disabling the edit user,add user,infraction link and such on all profiles except your own. Instead simply add the new code
PHP Code:
<if condition="$bbuserinfo[userid] == $userinfo[userid]">
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="profile.php?do=editsignature">Edit Signature</a></td>
<td class="vbmenu_control"><a href="profile.php?do=editprofile">Edit Profile</a></td>
<td class="vbmenu_control"><a href="profile.php?do=editavatar">Edit Avatar</a></td>
<td class="vbmenu_control"><a href="profile.php?do=editprofilepic">Edit Profile Pic</a></td>
<td class="vbmenu_control"><a href="profile.php?do=editpassword">Edit Pass & E-Mail</a></td>
<td class="vbmenu_control"><a href="profile.php?do=editoptions">Edit Options</a></td>
</tr>
</table>
</div>
</if>
BELOW
PHP Code:
<!-- button row -->