This topic has 2 replies, 2 voices, and was last updated 5 years by Laura.

  • Author
  • #214316
     infodale
    Participant

    Hi!

    In the profiles, when I see the information entered by the users in some fields, it appears as links that take me to a search option. How do I change that?

    Thanks for your help.

    #214318
     infodale
    Participant

    Attached image

    Attachments:
    You must be logged in to view attached files.
    #214361
     Laura
    Moderator

    Hello, please try by adding this to functions.php of child theme

    COPY CODE
    
    function remove_xprofile_links() {
        remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
    }
    add_action('bp_setup_globals', 'remove_xprofile_links');
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?