Activity

  • Clara replied to the topic words in profile text box are being made into hyperlinks in the forum BuddyBoss 3.0 10 years, 2 months ago

    ok, got the page bp-custom.php made and added that code in and it put the code on the very top of the page in one line… it did not impact the hyperlinks but added the code to the top of all the pages on the site

    i cant see how to add an image here, so this is what the entire contents of the bp-custom.php file looks like and it is in the content/plugin folder

    <?php
    // hacks and mods will go here
    ?>

    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’ );