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();?>
Try these steps:
1. Delete your wp-content/uploads/js_cache/tinymce_something file;
1. Login to your admin area
1. Create a new post, and you should see a new button, like this.
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.




