Categorie

Smilies Themer Toolbar

IMPORTANT: due to my job, I’m now too busy to maintain my plugins.

This plugin has been abandoned!

If you are a developer and would like to fork, feel free to do so (under the GPLv3 license). No need to contact me.

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!

352 risposte su “Smilies Themer Toolbar”

My problem solved!
I open up smilies-themer-toolbar.php
Change the code:

stt_comment_field = theForm.elements['comment'];

to

stt_comment_field = document.getElementsByName('comment')[0];

😀

Hi there,

I have a suggestion for this great plugin, it’s only thing I think it’s missing (for now at least)… I like to have a pretty collection of smilies but I don’t like to have them ALL displayed in the comments toolbar. In the admin area, it’s fine, but for the comments form, where the users post, just a few would be nice. All others could be displayed with a “more »” link or something.

I used to have this with a different plugin, but it’s old and not compatible with the latest wordpress plugins.

Could you perhaps implement such a thing? In a way that we can choose, somewhere in the admin area, by drag and drop, the smilies we want to appear on the toolbar. That would be awesome.

Best regards,
Ricardo Amaral

@Jana: can you please keep my plugin enabled? (maybe in a mirror of your site, if you can’t keep it enabled for a long time) I need to do some tests.