Adds a toolbar to easily add to comments your smilies managed by Smilies Themer plugin.
Double check if your theme calls wp_footer() in footer.php, if not, add this
near the end of the file: <?php wp_footer(); ?>
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 (comments.php) and put this code where you want to show the toolbar:
<?php if (function_exists('sm_toolbar_show')) sm_toolbar_show();?>
It's an issue in your smilies package, but you can fix it quite easily.
Go inside your smilies package, and open package-config.php with a text
editor.
You will find plenty of things like this: ':-)' => 'smile.png'.
Check if the smiley (the text before =>, between '') contains special
characters like <, >, & and replace them with <, > and &.
Then save and upload the file.
Now you can easily translate the plugin online here: https://translations.launchpad.net/wp-smilies-themer-toolbar/trunk/
I'll add your translations to the plugin!
Requires: 2.6.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-3-23
Downloads: 32,299




