Skip to:
Content
Pages
Categories
Search
Top
Bottom

Customizing Members Profile Link Structure


  • brettlewis
    Participant

    @brettlewis

    I am attempting to customize the member profile link structure. I have found the function that injects it “bp_get_displayed_user_nav” but can’t seem to overwrite it by removing and replacing it. I pretty much need to customize the the styles and structure of the links, they are currently generated like so

    echo apply_filters_ref_array( 'bp_get_displayed_user_nav_' . $user_nav_item['css_id'], array( '<li id="' . $user_nav_item['css_id'] . '-personal-li" ' . $selected . '><a id="user-' . $user_nav_item['css_id'] . '" href="' . $link . '">' . $user_nav_item['name'] . '</a></li>', &$user_nav_item ) );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizing Members Profile Link Structure’ is closed to new replies.
Skip to toolbar