Forums

Join
bbPress Support ForumsPluginsSmilies aka Emoticons Plugin (in English)?

Info

Smilies aka Emoticons Plugin (in English)?

  1. I really can't find a smilies plugin. Does the Hiromasa work even though the site's Chinese or Japanese? Like can you understand it and everything?

  2. 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)

    http://bbpress.org/forums/search.php?q=bb-emoticons

  3. This is not working either on 1.0.1 :(

  4. 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:
    http://bbpress.org/forums/topic/emoticons-for-bbpress/page/3#post-21163
    http://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>

  5. Also unccoment this line:

    //bb_add_action('bb_head', array(&$bbemoticons, 'bb_grins_head'));

  6. You must log in to post.