Hello,
I’m still having problems with this option/solution.
I don’t make use of the Xprofile plugin.
Instead, I use: Custom Profile Filters for BuddyPress
My bp-custom.php:
COPY CODE
<?php /* remove profile field links */
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 1, 469 );
}
add_action(‘bp_setup_globals’, ‘remove_xprofile_links’);?>
Does anyone has any idea what to change?
1. I would like to DISABLE to search/link for username. ID:1
2. I would like to ENABLE the search/link for age. ID:2