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