Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile full of links to ‘members’ for some reason

  • @amuletts

    Participant

    I added more fields to the profile and filled them in. It’s fine except that there are some words, or groups of words, that have turned into links to ‘member profiles.’ Such users do not exist so most of them are links to nowhere. Why are they occurring and how can I get rid of them?

    http://webcomixer.xepher.net/members/admin/profile/public/

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