Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What php code could i use to create a link back to the members profile

will dump out a full html link
bp_core_get_userlink ( $bp->displayed_user->id )

just the link
bp_core_get_user_domain( $bp->displayed_user->id )

$bp->displayed_user->id when viewing a profile – otherwise if you have the user_id that would work too

Skip to toolbar