Re: Get Profile Links
Use this:
bb_get_profile_link(‘id=’.strval(bb_get_current_user_info( ‘id’ )).’&text=YOUR_TEXT_HERE&before=BEFORE_THE_LINK&after=AFTER_THE_LINK’);
You can view the function here:
https://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-template.php#L2768