Info
- 82 posts
- 34 voices
- Started 5 years ago by Ttech
- Latest reply from hpguru
Emoticons For bbPress?
-
- Posted 3 years ago #
At least I'm not the only one with problems. :)
I have the plugin activated, and if you type the shortcut, the image does appear. But you can't click on the image links to make them appear in your post.
-
- Posted 3 years ago #
UPDATE!!
Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!
-
- Posted 3 years ago #
This looks great! Thank you.
Now if we can get WP-Grins converted to bbPress, we'd have clickable smilies...
-
- Posted 3 years ago #
The insert function in Comment Quicktags for bbPress can easily be reused to insert smilies. You don't want to use wp-grins because it has to load prototype.js which is huge and slow.
-
- Posted 3 years ago #
I wasn't having any luck using Comment Quicktags for bbPress with v0.9.0.1. I'll give it another shot tonight though.
-
- Posted 3 years ago #
Still no luck getting Comment Quicktags for bbPress to work in the latest bbPress install.
-
- Posted 3 years ago #
@citizenkeit:
I haven't the same luck either. But _ck_ gave my at tip to put both files of Quicktags directly into /my-plugins/ and not into subfolder - now it works!
-
- Posted 3 years ago #
Thanks for the tip. Didn't work for me. :(
-
- Posted 3 years ago #
Is this actualy working by now or is there no way emotions could be impelmented in to bbpress? Thats a big shame I gues ...
:(
-
- Posted 3 years ago #
i didnt want ti install wordpress just for the smilies...
-
- Posted 3 years ago #
You can just download WordPress and upload the smilies to a new directory. Then just change the plugin to point to the new directory at this line:
# $wp_smiliesreplace[] = " <img src='/wp-includes/images/smilies/$img' alt='$smiley_masked' class='wp-smiley' /> "; # } -
- Posted 3 years ago #
_ck_:
The insert function in Comment Quicktags for bbPress can easily be reused to insert smilies.Can you please show us how? Thanks :-)
-
- Posted 3 years ago #
Maybe we should chip in some money for _ck_ to make a really nice emoticon plugin. Some of my forum users would probably chip in as well.
-
- Posted 3 years ago #
hello,
where i can download the latest version of this plugin? :)
bye
-
- Posted 3 years ago #
I've made an alpha version of bbPress Smilies available:
http://bbpress.org/plugins/topic/bb-smilies
It's rough but will get the job done. -
- Posted 3 years ago #
I want to make a suggestion _ck_ (then I don't have to make it).
Put the (basic) smilies in a folder in the image folder, but also let people allow to put a smilie folder in de template's folder.
Now let the plugin first check in the template folder if there is a smiley folder there, if so, use these smilies. If not, use the basic smilies from the basic map. This way we can use (custome)smilies suitable for the theme. (so if you theme is green, you can make some green smilies that fit your template.
Get the idea?
-
- Posted 3 years ago #
The plugin currently allows you to change the smilie "set".
I intend future versions to be able to use multiple sets at the same time.If you want to make your own sets, just look at how the default folder is done and build your own. There is a single PHP file to edit.
-
- Posted 3 years ago #
as _ck_ suggested, I move my issue here:
Just upgrade bbpress to 1.0 version, after active the bbpress smilies plugin I found an issue for previous post-form.php (previously I am using v0.8 and that plugin works.
The issue is at post-form.php, in my custom template directory.
<label for="post_content"><?php _e('Post:'); ?>
<?php do_action('bb_grins'); ?>
<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3">
<?php bb_quote_message(); ?>
</textarea>
</label>Clearly <?php do_action('bb_grins'); ?> does not work anymore, because at the top of post form user can not see the smilies as before.
any idea? thanks.
-
- Posted 3 years ago #
See this part of the plugin, you need to change the
bb_add_filterandbb_add_actionto justadd_filterandadd_action`/****************************************************************************** * - Define for bbPress interface *****************************************************************************/ $bbemoticons = & new bbEmoticons(); bb_add_filter('post_text', array(&$bbemoticons, 'convert_smilies')); //bb_head is not called always. :-) //bb_add_action('bb_head', array(&$bbemoticons, 'bb_grins_head')); bb_add_action('bb_feed_head', array(&$bbemoticons, 'bb_grins_head')); bb_add_action('bb_grins', array(&$bbemoticons, 'bb_grins')); -
- Posted 3 years ago #
See this part of the plugin, you need to change the
bb_add_filterandbb_add_actionto justadd_filterandadd_action`/****************************************************************************** * - Define for bbPress interface *****************************************************************************/ $bbemoticons = & new bbEmoticons(); bb_add_filter('post_text', array(&$bbemoticons, 'convert_smilies')); //bb_head is not called always. :-) //bb_add_action('bb_head', array(&$bbemoticons, 'bb_grins_head')); bb_add_action('bb_feed_head', array(&$bbemoticons, 'bb_grins_head')); bb_add_action('bb_grins', array(&$bbemoticons, 'bb_grins')); -
- Posted 2 years ago #
Hi _ck_
why when we put 3 or 2 smileys together and the second doesn't show picture? please help to advise on this.
Regards,
Evannak -
- Posted 2 years ago #
gnawph THANK YOU! Very good plugin without stupid emotions pop-up.
-
You must log in to post.