Ok What i did was find:
HTML Code:
<tr>
<td class="tcat">$vbphrase[edit_profile]<span class="normal"> $bbuserinfo[username]</span></td>
</tr>
and replace with:
HTML Code:
<tr>
<td class="tcat">$vbphrase[edit_profile]<span class="normal"> <a href="$vboptions[bburl]/member.php?u=$bbuserinfo[userid]">$bbuserinfo[username]</a></span></td>
</tr>
Hope this is what you want. It gives a link to the users profile