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
  • 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

Please see the FAQ to see the full list of changes.

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 Enkhtulga
    circa 1 anno fa

    :D

  • #2 scritto da Keiko
    circa 1 anno fa

    Hello,

    I’m already using version 2.8 of wp in my blog. The toolbar works perfectly when writing a post and it shows in comments but somehow the images don’t show up in the comments after publishing them (they do in the posts). (U)

  • #3 scritto da frasten
    circa 1 anno fa

    @Keiko: hi, can you please give me the URL of your blog? I need to test my plugin posting some comments…

  • #4 scritto da Keiko
    circa 1 anno fa

    I don’t know if you got my comment but the URL is the one I wrote in the website space.

  • #5 scritto da frasten
    circa 1 anno fa

    @Keiko: ok, but at that site you are using WP Grins, and not Smilies Themer+Smilies Themer Toolbar.
    You must disable WP Grins in order to make it work with our plugins :-)

  • #6 scritto da Keiko
    circa 1 anno fa

    I disabled wp-gins now and enabled Smilies Themer and your plugin but it doesn’t work u.u I didn’t have both running at the same time or anything. Can you check now? :o)

  • #7 scritto da gabs
    circa 1 anno fa

    the smilies show up, but they aren’t clickable – what do I have to do? thanks in advance! ;-(

  • #8 scritto da frasten
    circa 1 anno fa

    @gabs: I checked at your site, and I noticed something wrong:
    In your comments.php file from your theme, you have something like this:

    <p><textarea name="comment" id="comment" rows="10" cols="10" tabindex="4"></textarea><textarea name="comment" rows="1" cols="1" style="display:none"></textarea></p>
    

    As you can see, there are 2 textareas, and one is hidden. Replace that with this:

    <p><textarea name="comment" id="comment" rows="10" cols="10" tabindex="4"></textarea></p>
    

    and your issue should be fixed.

  • #9 scritto da frasten
    circa 1 anno fa

    @Keiko: I retried now (I was on holiday :-)) but you’re still using wp-grins, I cannot check it.

  • #10 scritto da Birgitta
    circa 1 anno fa

    Great plugin, i have two questions:
    1. I have a guestbook where i want to have the smileys but I don´t want them on the regular comments in my blog. Is it possible to remove them from this template?
    2. I can´t insert the same smiley two times after each other. The second smiley-adress refers to re regular wp-cataloge. Can I override this. :o) :o) :o) :o)

  • #11 scritto da aBIGwhale
    circa 1 anno fa

    Hi I’ve been trying to use the plugin..but even after uploading and activating it.. i don’t see the toolbar :-( help!

  • #12 scritto da aBIGwhale
    circa 1 anno fa

    I can’t seem to make it work that I just disabled it (U)

  • #13 scritto da sfwer
    circa 1 anno fa

    :o) :o)

  • #14 scritto da -GoenRock-
    circa 1 anno fa

    Doesn’t work with WP 2.8.2 :-(

  • #15 scritto da frasten
    circa 1 anno fa

    @Birgitta: 1) you should make this question to Smilies Themer’s author: my plugin only provides the smilies toolbar.
    2) I know about this issue: but it also appears on a clean WordPress installation, disabling all plugins. It is a WordPress core issue.

    @-GoenRock-: actually it works on WP 2.8.2 (as you can see on this blog). It could be an issue with your theme or some conflict with other plugins.

    @aBIGwhale: You changed your theme, didn’t you? There was something wrong with your old theme: you have two input fields for the comments (one was hidden via CSS). However you could retry if it works with your new theme.