Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile data is linked


  • barodscheff
    Participant

    @barodscheff

    Hi there!

    I have a general question about profile data.
    Every information in every account is linked. For instance: I can click on the city which I entered in my account and I will see a list of all profiles with the same city.

    I would like to turn the linking of. Is there a possibility?

    Regards

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

  • danbp
    Moderator

    @danbp

    hi @barodscheff;

    add this to your child theme functions.php or bp-custom.php

    function remove_xprofile_links() {
       remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
    }
    add_action( 'bp_init', 'remove_xprofile_links' );

    barodscheff
    Participant

    @barodscheff

    Thank you very much!

    Can you tell me how I can find this on my own in the future?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Profile data is linked’ is closed to new replies.
Skip to toolbar