Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

  • @kasper777ny

    Member

    very new..
    i think I figured how to link back to your own profile
    <a href="<?php bp_user_link() ?>"><?php bp_displayed_user_fullname() ?></a>
    but what do i use to link back to the persons profile you are visiting.. i assume i have to replace bp_user_link with something…

    thanks for any help

Viewing 3 replies - 1 through 3 (of 3 total)
  • @nuprn1

    Participant

    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

    @kasper777ny

    Member

    Thanks so much!

    @drclohite

    Member

    hi guys where do you put that link?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What php code could i use to create a link back to the members profile’ is closed to new replies.
Skip to toolbar