Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • jeanmeslier
    Participant

    @jeanmeslier

    Ok, figured it out after much searching and head scratching. Simple really.

    instead of


    jeanmeslier
    Participant

    @jeanmeslier

    basically, i would like to call up one specific profile, as it is displayed on the profile page when the user is logged in, integrate it into a template, and have it visible without that user being logged in. i’m afraid my php knowledge is poor, and largely reduced to copy and pasting… so i am not sure how to proceed with your suggestion wythagy, or whether it will acconplish what i need, but i appreciate the help… if any one can offer any further suggestions it would be much appreciated.


    jeanmeslier
    Participant

    @jeanmeslier

    never mind, i discovered the relevant code under bp_core_add_nav_item in the bp-xprofile.php, bp-friends, etc. … just edited this:

    bp_core_add_nav_item( __(‘Profile’, ‘buddypress’), $bp->friends->slug );

    to this:

    bp_core_add_nav_item( __(‘Identity’, ‘buddypress’), $bp->friends->slug );

    good luck if anyone else has the same issue

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar