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”

@Everybody: any brave wanting to try the new beta version?
It adds smileys reorder and lets you choose which smilies to show / leave hidden.
Download it here and let me know if you have issues!
You can rearrange the smilies by clicking on Smilies Toolbar in your admin page, under Settings.

I’ve just released v2.0 of Smilies Themer Toolbar. This version adds some really nice features! Just update to the latest version and let me know your feedback!

Oh, and now you can translate this plugin into your own language, please read the FAQ and start to work! (Y)

Nice one 🙂

I really don’t have the time to test this new version at the moment as my blog redesign is currently on hold. But I can see you implemented what I requested, thanks for that.

I’ll try not to forget to leave some feedback when I do test the new version :o)

Hi, after upgraded to 2.0, I have some issue like Jana.

I check it on Chrome and Firefox. I can’t click smiley under FF, but under Chrome I can.

I downgraded into 1.4.1 now…

Thank you for your report. Could you please test using FireFox on this page? Can you click on smileys? I’m running Smilies Themer Toolbar v2.0 here.
I’ve tried to emulate the v2.0 of the plugin on your site, and it works ok for me, even with Firefox… But you should enable the actual v2.0 on your site for me to debug it.
If it is a problem, please contact me so we can choose a time to test it. (I’m from Italy, so we should choose a good moment for both of us 🙂 )

Hmm.. Weird..

I just upgraded into 2.0 again.
Now, I can’t click on all browsers.
I try it under FF, Safari, Chrome, Opera, and IE.

But, I can click the smiley on your site.
Is that anything tag or whatever code on my theme that can break your plugin? Please let me know…

I will enable 2.0 until your next respond and I just sent email to you from contact section on this site about my sites that using this plugin which is no longer worked after upgrade.

Thank’s…

I upgraded to 2.0.1, and it work!

Thank’s for your response and great plugin… (Y)

Only little issue I found (some like TeraS). But, I think it can be fixed with CSS adjustments…

😀

Having a lil issue with your plug-in… After installing 2.0 the theme I use, Mandigo, is broken. What happens is that the smileys listed at the bottom of the comments page are in one long row. That expands the content part of the page and then the theme doesn’t look right. Reverted back to 1.41 and it’s fine…

FYI!

Tera

Hi, v2.0.1 fixes another issue with other themes, however I’ve fixed your issue, and it will be included in v2.0.2. I’m just waiting for some other bug reports to come 🙂

Hi, you are using some plugin that compresses the html/javascript code of your blog, and this is causing some issues. However I’ve just updated the plugin fixing this issue, let me know if v2.0.2 works ok for you.

Hello,
I have a problem with the plugins
when you select a smiley this is not added in the commentary.
I use wordpress v. 2.9.2. and v2.0.2. of your plugin
Thank!

Ciao, a quanto vedo su entrambi i siti c’è un problema con un file del mio plugin che non viene per nulla caricato. Ho provato con il tema Tribune, utilizzato su uno dei siti, e il mio plugin funziona correttamente, quindi escluderei l’incompatibilità con il tema.
Temo quindi che sia un problema di conflitto tra plugin, provate a disabilitare gli altri plugin installati, uno ad uno, per scoprire qual è il colpevole, e poi comunicatemelo, così potrò cercare di indagare meglio sul problema.
Se nel frattempo avete urgenza di far funzionare la toolbar, tornate temporaneamente alla versione 1.4.1.
Grazie per la segnalazione! 🙂

Ciao Frastem e grazie della risposta!
Ho fatto quanto indicato da te ed ho disabilitato su entrambi i siti prima singolarmente TUTTI i PLUGIN, poi tutti insieme, lasciano solo quelli degli smiler, ma il plugin ancora non lavora!

Sul tema TRIBUNE ho giocato con il codice HTML e tolto tutto (Header,sidebar, footer) quello che non serviva lasciando solo il post e l’area commenti.. ma ancora niente!

Per adesso non cambio il plugin così puoi controllare.. se hai un idea su qualcosa da provare, sono pronto!

Ciao e grazie!
(provo un ultima soluzione.. disinstallare il plugin COMPLETAMENTE e provo a reinstallarlo nuovamente)

CIAO 😉

Scovato il tuo errore!!!
Devi aver fatto qualche modifica al tuo template, perché non richiama più la funzione wp_footer(). Infatti, se vai a guardare il codice html del tuo sito, noterai che finisce con un

</div>

, e non con un

</body></html>

.
Il mio plugin si appoggia alla funzione wp_footer() per andare a chiamare un file necessario, e quindi non funziona.
Sistema il tuo tema e tutto tornerà a funzionare! 🙂
Nota: il tema Tribune originale funziona bene con il mio plugin. (forse però il tuo tema è basato su una versione vecchia di Tribune? Che magari in passato non includeva il wp_footer()? Sono solo supposizioni 🙂 )

Si, hai ragione, avevo modificato il footer, ma anche chiudendo il codice con

I tuoi scritp non vengono richiamati!
Se rimetto il footer originale invece si!
Potrei aggiungere io manualmente gli script mancanti, ma non mi sembra la soluzione ottimale! 😀 😀

Grazie lo stesso.. vedrò di venirne a capo!
(anche se mi sfugge cosa impedisce che vengano richiamati gli script!!! :-/ :-/ )

Risolto grazie! 😀 😀

la soluzione era sotto i miei occhi, ma non la vedevo!

avevo dimenticato di richiamare la funzione wp_footer()

Eppure era la prima cosa che mi avevi detto! 😀 😀

Adesso tutto ok!
grazie dell’aiuto e scusa se ti ho fatto perdere tempo! (Y) (Y)

Bene, mi fa piacere che ora funzioni! Scusa per gli smileys doppi su questo blog, è un bug di cui mi sono accorto ieri e lo sto correggendo per la prossima versione 🙂

Hi, it’s an issue in Smilies Themer. However I’ve written a patch to fix that some days ago, and I’ve sent it to its author.
Hopefully it will be included soon! 🙂
As you can see, I’ve already applied that patch on my blog 🙂