Info
- 5 posts
- 3 voices
- Started 4 years ago by WPITn2shape
- Latest reply from chandersbs
- This topic is not resolved
Smilies aka Emoticons Plugin (in English)?
-
- Posted 4 years ago #
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?
-
- Posted 4 years ago #
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) -
- Posted 2 years ago #
This is not working either on 1.0.1 :(
-
- Posted 2 years ago #
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-21172Also 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> -
- Posted 2 years ago #
Also unccoment this line:
//bb_add_action('bb_head', array(&$bbemoticons, 'bb_grins_head'));
-
You must log in to post.