In the navbar, replace:
HTML Code:
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>
with:
HTML Code:
<phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase>
And make sure you have a phrase called "welcome_x_link_y" (if not, create it) that says:
HTML Code:
Welcome, <a href="{2}">{1}</a>.