bbPress Plugin Browser »

bbPress Smilies (0.0.8)

Download

Version: 0.0.8

Last Updated: 2009-2-28

Requires bbPress Version: 0.8.2 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(18)

Your Rating

Author: _ck_


  1. I tried to add:
    '$user = bb_get_user( $user_id );
    $schoice=$user->smileychoice;'
    and change:
    '$bb_smilies['icon_set']=$schoice;'
    but that doesn't work, $user is always empty. What am I doing wrong? Can someone please tell me *beg*

    greetz possessed

    Posted: 2 years ago #
  2. ok I've had a complicated birth, but I made it without input from you :P
    I managed to develop it, but i'm waiting for a requested plugin slot now
    so far...let's wait^^

    Posted: 2 years ago #
  3. You're not actually trying to re-release my plugin with just a few changed lines are you?

    Posted: 2 years ago #
  4. no it's more like a plugin for your plugin.
    But I've made some minor changes to yours.

    Posted: 2 years ago #
  5. Hi CK,

    Great plugin,

    I have just updated to allow my users to add smileys in private messages and it works when I go to my PM section from my front page link but when I click the "PM this user" at the bottom of a post the smileys are not there to insert.

    I am using Private Message 0.8.0
    and the latest version of Smiley plugin.

    Thanks for your help in advance.

    Brad.

    Posted: 2 years ago #
  6. This one doesn't seem to be showing for me. :(

    I uploaded the full bb-smilies directory to the my-plugins directory and then activated it in the admin panel. But, nothing is showing in the post boxes.

    Any suggestions on what a newb might need to do to get this working properly? I'm using the latest release (July 3rd) of bbPress as my first ever bbPress forum :)

    Posted: 2 years ago #
  7. I'm trying it on bbPress 1.0 Final as well and have double-checked in the Kakumei theme and I too have a little strangeness going on. The smilies html are correct:

    <img src="http://www.mysite.org/board/my-plugins/bb-smilies/default/icon_smile.gif" title=":)" class="bb_smilies" />

    And I've double-checked my directory structure--that too is correct. However, my Web-Developer plugin for Firefox is reporting all the smilies images as broken.

    Any idea what could be causing this?

    Posted: 2 years ago #
  8. n8kindt

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    had the same exact problem. finally traced it down to the permissions on the my-plugins folder. should be set to 755

    Posted: 2 years ago #
  9. @n8kindt
    Ha! You got to love the simple solutions. Turns out that the my-plugins directory was not set to 755.
    Thanks!

    Posted: 2 years ago #
  10. If you want to use consecutive smilies without having to type in spaces..

    Change this line..
    bbValue = ' '+bbValue;
    for...
    bbValue = ' '+bbValue+' ';

    You can then click as many as you want one after the other...

    Posted: 2 years ago #
  11. Guys,
    I can't get this to work on my forum :S

    I'm getting an error and it has to do with this line:
    $smiliesadd_filter('post_text', 'convert_smilies');

    I've uploaded everything in its appropriate folders, but still.

    Any suggestions?

    I'm running bbpress 1.0.1

    Posted: 2 years ago #
  12. I need the full error message.
    (and if you insist on using 1.0, you need to keep up with the updates, upgrade to 1.0.2)

    Posted: 2 years ago #
  13. ph23man

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Great plugin, works fine in bbPress 1.0.2. I'm relatively new to bbPress and I'm really impressed by the volume of plugin work ck has done. It's very much appreciated.

    This is a minor quibble but I'd like to prevent the textarea from scrolling back to the top when a smiley is inserted.

    Say you're writing a long post and you've scrolled down in a textarea. If you click a smiley to insert it, the textarea "resets" your position back to the top.

    I suppose some type of JavaScript tweak is needed for this? Anyone know how to tackle this?

    EDIT:
    I noticed this only seems to happen in Firefox. In IE, the cursor stays where it's supposed to be. Safari 4 is also glitchy - after inserting a smiley, the cursor stays in the original position (before the smiley code, instead of after).

    Posted: 2 years ago #
  14. Link down....

    Posted: 1 year ago #
  15. Very simple and fast way without plugin and WordPress integration functions:

    [php]if ( function_exists('convert_smilies') )
    	echo convert_smilies(get_post_text());
    else
    	post_text();[/php]
    Or add a filter content with convert_smilies.

    Posted: 1 year ago #
  16. Using 1.0.2

    I get
    Warning: Invalid argument supplied for foreach() in /homepages/0/d18898/htdocs/wordpress/forum/my-plugins/bb-smilies/bb-smilies.php on line 135

    Warning: array_map() [function.array-map]: Argument #2 should be an array in /homepages/0/d18898/htdocs/wordpress/forum/my-plugins/bb-smilies/bb-smilies.php on line 141

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /homepages/0/d18898/htdocs/wordpress/forum/my-plugins/bb-smilies/bb-smilies.php on line 116

    Posted: 1 year ago #
  17. Blutch123

    Member

    Hello CK, i use the plugin BB Wysiwyg Editor. How can i integrate bbpress smilies with it ?

    Posted: 1 year ago #
  18. Hey there,

    This plugin is not working here http://discussions.touchreviews.net

    The error I am getting is:

    Warning: Invalid argument supplied for foreach() in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 135

    Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 141

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/username/public_html/discussions/my-plugins/bb-smilies/bb-smilies.php on line 116

    Would appreciate if someone would help out with this.

    Thanks!

    Posted: 1 year ago #
  19. newform

    Member

    man! i get no errors when i activate the plugin but i cant see the smilies anywhere at the reply or create a new topic section, i have the newest bbpress version, firefox browser and static blue template. Please, would be very greatful is someone knew how to fix this.

    Thanks

    Posted: 1 year ago #
  20. Hey newform, I've been having the same problem with my smilies. I can't see them and I have the newest versoan as well, so I don't know whats going on. Hopefully someone can help us soon.

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.