@frettsy
Active 1 year, 3 months ago
-
Calen Fretts replied to the topic Emoticons Not Displaying Correctly (Buddypress 1.6.1) in the forum How-to & Troubleshooting 11 years, 11 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);