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!
circa 2 anni fa
Thanks so much for this!
circa 2 anni fa
Great!
I’ll put a link in the plugin page.
circa 2 anni fa
It’s not working on WordPress 2.5.
circa 2 anni 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?
circa 2 anni 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?
circa 2 anni fa
To frasten:
!
Thanks for your reply
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…
Thank you again~~
circa 2 anni fa
Hmmm, that URL isn’t correct
can you give me the right one please?
circa 2 anni 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!
circa 2 anni fa
circa 2 anni 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!
circa 2 anni 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.
It should be something on few WP Theme.
F.Y.I.
circa 2 anni fa
Great plugin! thanks so much
circa 2 anni 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.
circa 2 anni 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();
circa 2 anni fa
@ZeusII: ok, let’s try again! Download and try v0.4.1, it could work for you.