Smilies Themer Toolbar

Smilies Themer Toolbar provides a toolbar to easily add custom smilies to comments.

It integrates with Smilies Themer plugin, and therefore requires it.

You can change your smilies theme in your blog, and the toolbar is automagically updated!

Installation

  • Download and install Smilies Themer plugin (required)
  • Download Smilies Themer Toolbar v1.4.1
  • Extract the files in the .zip archive, and upload them (including subfolders) to your /wp-content/plugins/ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress
  • Enjoy!

Note: if you like the smilies theme in this page, you can download it here.

Theme integration

By default, Smilies Themer Toolbar is placed after the comments form, but if you want to put it in a nicer position, don’t worry, it isn’t that difficult.

Edit your theme and put this code where you want to show the toolbar:

<?php if (function_exists('sm_toolbar_show')) sm_toolbar_show();?>

Changelog

  • 1.4.1 - Improved compatibility in admin page with WP<2.7
  • 1.4 - New feature: Now the smilies toolbar in the admin area works also with the HTML editor.
    Fixed some javascript errors in the previous release.
    Now the script is loaded only when needed.
  • 1.3 - New feature: movable smilies box in admin area, when writing a new post. Move it where you want (WP>=2.7)
  • 1.2.1 - Fixed compatibility with WP 2.6 in admin page.
  • 1.2 - Fixed compatibility with WordPress 2.6

I’m having issues!

Start reading the FAQ, and if your issue still isn’t solved, try to comment this page.

License

Smilies Themer Toolbar is released under a GPL v3 license.

If you like this plugin, then buy me a coffee!

  • #1 scritto da April Reign
    circa 1 anno fa

    Thanks so much for this! (L)

  • #2 scritto da Rick
    circa 1 anno fa

    Great!

    I’ll put a link in the plugin page.

  • #3 scritto da André Felipe
    circa 1 anno fa

    It’s not working on Wordpress 2.5.

  • #4 scritto da frasten
    circa 1 anno fa

    Strange, this blog is actually powered by WordPress 2.5, and the toolbar is present, as you can see.
    So the problem must be something else.
    Have you followed every step in the docs above?

  • #5 scritto da Liony
    circa 1 anno fa

    dear author, here in my blog when i had actived this plugin,bu it does not work at all…i want to know if i have to add this code”php if (function_exists(’sm_toolbar_show’)) sm_toolbar_show()” to my theme for it work? (W)

  • #6 scritto da Liony
    circa 1 anno fa

    To frasten:
    Thanks for your reply (B) !
    1)I have installed it and it was actived.
    2)Here is the URL of my Blog:www.lionyuffee.com
    3)In fact,I had added that code into my comments.php file, but however, that plugin dose not work… (W)
    Thank you again~~

  • #7 scritto da frasten
    circa 1 anno fa

    Hmmm, that URL isn’t correct :-) can you give me the right one please?

  • #8 scritto da frasten
    circa 1 anno fa

    @Liony – Hi :-)
    1) Have you installed and activated Smilies Themer? Without that, my plugin won’t work.
    2) What theme are you using? I could try it to find a solution.
    3) Try to add this code, as stated above:
    [pre]< ?php if (function_exists('sm_toolbar_show')) sm_toolbar_show();?>[/pre]
    in your theme files (usually in comments.php).
    4) Let me know! :-P

  • #9 scritto da yanti
    circa 1 anno fa

    :-D nice smilies

  • #10 scritto da Coffee
    circa 1 anno fa

    Are you using the same plugin here (i mean the smileys below this comment box)? If yes, which theme is it? I don’t seem to have this theme in my toolbar! :(

  • #11 scritto da Shakrit
    circa 1 anno fa

    I’ve the same problem…

    My site run on WP 2.5.0
    install [smileys themer 0.5.3] + [smileys themer toolbar 0.3.0]
    Revolution media pro theme
    No smileys toolbar appear under the comment box.
    but when user comment and put something like [ : ] with [ ) ]
    the smiley appear on that comment.

    I want to know the smileys themer works or not,
    I test by change ’setting – smileys themer – enable tango smileys’
    Every single smileys in every comment changed to that theme!!!
    That’s mean the smiley plugin is work!!!

    So, I try the other way to edit comment.php file… then,
    the toolbar appear on the correct position, but it’s not respond when user click on a smiley. :-S

    It should be something on few WP Theme.

    F.Y.I.

  • #12 scritto da 7
    circa 1 anno fa

    Great plugin! thanks so much :-D

  • #13 scritto da frasten
    circa 1 anno fa

    @Shakrit: thank you for your detailed report. It was useful.

    @Shakrit, @Liony: can you try v0.4.0? It could address your problem.

    @Coffee: I will release the icon package as soon as I can.

  • #14 scritto da ZeusII
    circa 1 anno fa

    Doesn’t work for me alos in all browsers. Neither 0.3 or 0.4.

    Looking at JS error console I see this may be of help:

    name: TypeError

    message: Statement on line 11: Cannot convert undefined or null to Object

    Backtrace:
    Line 11 of inline#3 script in http…:
    In function findCommentFieldName
    stt_comment_field = theForm.elements['comment'].id;

    Line 17 of inline#3 script in http…
    findCommentFieldName();

    stacktrace: …
    Line 17 of inline#3 script in http….
    findCommentFieldName();

  • #15 scritto da frasten
    circa 1 anno fa

    @ZeusII: ok, let’s try again! Download and try v0.4.1, it could work for you.