If you want this to show up in your welcome box instead of by your navbar... Then in your navbar template, find:
PHP Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
And add below:
PHP Code:
<if condition="$show['member']">Your Profile URL: <a href="http://YourDomain.com/$bbuserinfo[username]">YourDomain.com/$bbuserinfo[username]</a>
</if>
Changing 'YourDomain' with your forums domain name.
See screenshot in what I mean.