Changeset 640084
- Timestamp:
- 12/16/2012 04:56:51 PM (13 years ago)
- Location:
- simplesmileyshow/trunk
- Files:
-
- 2 edited
-
SimpleSmileyShow.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplesmileyshow/trunk/SimpleSmileyShow.php
r594493 r640084 4 4 Plugin URI: http://brokenlibrarian.org/tinyplugins/simplesmileyshow/ 5 5 Description: Displays currently available smilies on comment form and makes them clickable 6 Version: 0. 66 Version: 0.7 7 7 Author: Christian Wagner 8 8 Author URI: http://brokenlibrarian.org/tinyplugins/ -
simplesmileyshow/trunk/readme.txt
r594493 r640084 2 2 Contributors: brokenlibrarian 3 3 Donate link: http://brokenlibrarian.org/tinyplugins/ 4 Tags: comments, smilies .jquery4 Tags: comments, smilies, jquery 5 5 Requires at least: 3.3.1 6 Tested up to: 3. 4.17 Stable tag: 0. 66 Tested up to: 3.5 7 Stable tag: 0.7 8 8 License: Apache 9 9 … … 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.) This plugin _does not work_ with the Jetpack plugin if the new comment system is enabled, since it replaces the normal _comment_form()_ completely. 17 17 18 Uses JQuery (tested with jquery-1.7.1/WP3.3.1 and jquery-1.7.12/WP3.4.1) and the jquery.insertatcaret plugin (various versions floating about, tested version included). Has been tested with twentyten and twentyeleventhemes, among others.18 This plugin uses JQuery and the jquery.insertatcaret plugin. It has been tested with the twentyten, twentyeleven, and twentytwelve themes, among others. 19 19 20 20 Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome. … … 22 22 http://brokenlibrarian.org/tinyplugins/ 23 23 brokenlibrarian@gmail.com 24 9/4/201224 12/16/2012 25 25 26 26 == Installation == … … 40 40 == Changelog == 41 41 42 = 0.7 = 43 * update for WordPress 3.5 compatibility testing, documentation cleanup 44 42 45 = 0.6 = 43 46 * added mouseover text … … 50 53 51 54 == Upgrade Notice == 55 56 = 0.7 = 57 * optional update, WordPress 3.5 compatibility testing 52 58 53 59 = 0.6 =
Note: See TracChangeset
for help on using the changeset viewer.