Περιγραφή
Very simple pluing, no configs, no screens, just action!
Simple Smilies add all WordPress smillies in comments form and a simple javascript let users click them to insert.
This is a very light plugin, the javascript only loads when in singular/single contexts, also there is no stylesheets.
Εγκατάσταση
- Upload the
simples-smilies
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit your site and see the smilies right up in the comment form!
Συχνές Ερωτήσεις
- How to display the smilies?
-
Just activate the plugin and will works automatically. You can manually insert by placing
<?php if(function_exists('call_smilies')) { call_smilies(); } ;?>
near the textarea field in your themecomments.php
file. - My theme does not shows any smilies next to comment form
-
Some themes create a comment.php file and add every field. Ins this case, you can add
<?php if(function_exists('call_smilies')) { call_smilies(); } ;?>
right after the comment textarea field. - How to use new smilies?
-
Backup and replace WordPress smilies at
wp-include/images/smilies
with the ones within the plugin pack.
Because this is avery simple plugin, I do not intend to make this available through plugin panels. - How to style the smilies area?
-
If you need to fine tune something, there is only one CSS id for that:
#wp_emoticons
, just append this into yousrstyle.css
file.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Simple Smilies” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Simple Smilies” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0
- Initial release