Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile full of links to ‘members’ for some reason

Viewing 6 replies - 1 through 6 (of 6 total)
  • @modemlooper

    Moderator

    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );

    Thats the code to remove auto links. You can add this to a file bp-custom.php and place file in your plugins folder.

    @dralamir

    Member

    Nothing else you need to do? Just the following code in bp-custom.php which is placed in plugins folder?

    `<?php
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );
    ?>`

    Should this prevent existing autolinks in profiles?

    @sabrin_n

    Participant

    it doesn’t work……

    @hnla

    Participant

    does if you try this:

    `remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );`

    @djwinner

    Participant

    Still not working for me… any ideas?

    @benleivian

    Member
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Profile full of links to ‘members’ for some reason’ is closed to new replies.
Skip to toolbar