bbPress

Simple, fast, elegant

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
(17)

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: 10 months 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: 10 months ago #
  3. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    You're not actually trying to re-release my plugin with just a few changed lines are you?

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

    Posted: 10 months 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: 10 months 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: 8 months 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: 8 months 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: 8 months 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: 8 months 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: 8 months 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: 7 months ago #
  12. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    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: 7 months 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: 6 months ago #
  14. Link down....

    Posted: 2 weeks ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.