Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Emoticons For bbPress?

If you’d like emoticons to show up in your private messages here’s how. Open up bb-emoticons.php . After line 242 which contains

bb_add_filter('post_text', array(&$bbemoticons, 'convert_smilies'));

Add the following.

bb_add_filter('pm_text', array(&$bbemoticons, 'convert_smilies'));

This will display the emoticons within your your private messages

Skip to toolbar