Re: using bb_get_profile_link
no, bb_get_profile_link
does not self echo but it does return a full formed url apparently, so I was half wrong to use it inside of a href.
The direct link is via get_user_profile_link( $id )
byles, your code is wrong in that it doesn’t need an echo
<?php bb_profile_link('link text here'); ?>