Sure, you can take the link and add it pretty much where you want. Here's an example that will add into your stats on the forumhome template.
in the FORUMHOME template find:
Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
After add:
Code:
<br />
$vbphrase[refer_id]: <a href="$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]">$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]</a>
Now add a phrase:
Phrase Type: Global
Varname: refer_id
Text: Your Custom Referall ID is
Wala, you now have the custom link on the forum page. Of course this is down and dirty but it gives you an idea