Yes, it does. I am using that on mine. I can’t recall which version I am running, but the plugin is in English and works fine.
See for yourself right here:
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/wppluginsj/bb-emoticons/
(that is just the first google result, maybe the plugin exists elsewhere too)
https://bbpress.org/forums/search.php?q=bb-emoticons
This is not working either on 1.0.1
Okay, after reading a lot of topics and fixing stuff, I got this to work. Will report bugs in time.
See these posts if you want to get it to work:
https://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21163
https://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21172
Also you need to change the header, or else you won’t see it in your plugins list. Change it into:
/*
Plugin Name: bbemoticons
Plugin URI: none
Description: Simple and plain smiley function for bbPress
Author: hiromasa
Version: 0.72
Author URI: hiromasa (http://hiromasa.zone.ne.jp/blog/)
*/
Also add this in the header, found it somewhere, I think it helps also.
<script type=”text/javascript” src=”‘. bb_get_option(‘uri’) .
‘my-plugins/bb-emoticons.php?bb_grins_output=javascript”></script>
Also unccoment this line:
//bb_add_action(‘bb_head’, array(&$bbemoticons, ‘bb_grins_head’));