Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: date format #120668
     LuukDriessen
    Participant
    This reply has been set as private.
    in reply to: Profile page – make profile fields un-clickable #116214
     LuukDriessen
    Participant

    Hello,

    I’m still having problems with this option/solution.

    I don’t make use of the Xprofile plugin.
    Instead, I use: Custom Profile Filters for BuddyPress

    My bp-custom.php:

    COPY CODE
    <?php /* remove profile field links */
    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 1, 469 );
    }
    add_action(‘bp_setup_globals’, ‘remove_xprofile_links’);?>

    Does anyone has any idea what to change?

    1. I would like to DISABLE to search/link for username. ID:1
    2. I would like to ENABLE the search/link for age. ID:2

Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?