Changeset 526494
- Timestamp:
- 04/03/2012 01:14:18 AM (14 years ago)
- File:
-
- 1 edited
-
simplesmileyshow/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simplesmileyshow/trunk/readme.txt
r525110 r526494 10 10 == Description == 11 11 12 SimpleSmileyShow is a plugin that takes whatever smilies are currently defined and displays them in a row just before the comment textarea on apage with comments. Clicking on the smilies will insert the code for that smiley into the textarea at the position of the cursor. No configuration is required.12 SimpleSmileyShow is a plugin that takes whatever smilies are currently defined and displays them in a row just before the comment textarea on any page with comments. Clicking on the smilies will insert the code for that smiley into the textarea at the position of the cursor. No configuration is required. 13 13 14 14 The smilies can be adjusted with CSS; each clickable smiley has the class _wp-smileylink_ and the block containing them has the ID _wp-smileyblock_. 15 15 16 This plugin is designed to work with the WordPress 3 style of comment pages which use comment_form()and have the actions _comment_form_after_fields_, _comment_form_logged_in_after_, and _comment_form_must_log_in_after_ present. (This should be the majority of modern themes.) Compatibility with other methods has not been tested.16 This plugin is designed to work with the WordPress 3 style of comment pages which use _comment_form()_ and have the actions _comment_form_after_fields_, _comment_form_logged_in_after_, and _comment_form_must_log_in_after_ present. (This should be the majority of modern themes.) Compatibility with other methods has not been tested. 17 17 18 18 Uses JQuery (tested with jquery-1.7.1 that comes with WP3.3.1) and the jquery.insertatcaret plugin (various versions floating about, tested version included). Has been tested with twentyten and twentyeleven themes. 19 20 Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome. 19 21 20 22 http://brokenlibrarian.org/tinyplugins/
Note: See TracChangeset
for help on using the changeset viewer.