@frettsy
	Active 2 years, 2 months ago
	
	- 
	
	Calen Fretts replied to the topic Emoticons Not Displaying Correctly (Buddypress 1.6.1) in the forum How-to & Troubleshooting 12 years, 10 months ago add this to your theme’s functions.php file: 
 remove_filter('bp_get_the_profile_field_value', 'convert_smilies', 2);
 add_filter('bp_get_the_profile_field_value', 'convert_smilies', 99);