Re: How to get rid of autolinking on profile fields
very simple
remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);
That removes the autolinking
I have developed a nice plugin (now a pair) which changes profile values rendering depending on the name of the group. I have not yet released the code, as I’m offering it as beerware.
Here is my profile on my beta site:
http://gorgeousgamers.com/beta/members/bradmkjr/
I made the social details, normally clickable so people can enter myspace, facebook, or personal sites.
I also made a fun mp3 player plugin to allow people to suggest music for their profiles and listen to samples.
Brad