I have a related problem. I added remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 ); to my functions.php file in my custom theme. It removed the comma-delimited links like I wanted, but unfortunately it also removed my newlines (presumable because it also filters newlines and inserts , or something like that). Even after I comment out the remove_filter line and re-enter the text and add the returns back in, I still don’t see the newlines or the links that probably should be there since I no longer have the filter being removed. Thoughts?