|
Revision 9059, 1.1 kB
(checked in by alexkingorg, 1 year ago)
|
version 1.5
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
=== WP Grins === |
|---|
| 2 |
Tags: clickable, smilies, comments, admin, wpgrins |
|---|
| 3 |
Contributors: alexkingorg |
|---|
| 4 |
Requires at least: 2.0 |
|---|
| 5 |
Tested up to: 2.1 |
|---|
| 6 |
Stable tag: 1.5 |
|---|
| 7 |
|
|---|
| 8 |
WP Grins will provide clickable smilies for both the post form in the admin interface and the comments form of your blog. |
|---|
| 9 |
|
|---|
| 10 |
== Installation == |
|---|
| 11 |
|
|---|
| 12 |
1. Download the plugin archive and expand it (you've likely already done this). |
|---|
| 13 |
2. Put the 'wp-grins.php' file into your wp-content/plugins/ directory. |
|---|
| 14 |
3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for WP Grins. |
|---|
| 15 |
4. If you are using a version of WP prior to 2.1, upload the included prototype.js to your wp-includes/js/ directory. |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
== Usage == |
|---|
| 19 |
|
|---|
| 20 |
Click on the smilies icons to insert their tags into the text field. |
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
== Known Issues == |
|---|
| 24 |
|
|---|
| 25 |
Your theme must include the `wp_head` call and the comments field in your theme must have an id of `comment`; |
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
== Frequently Asked Questions == |
|---|
| 29 |
|
|---|
| 30 |
= Why don't the smilies show up in my comments form? = |
|---|
| 31 |
|
|---|
| 32 |
See the Known Issues above. |
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
= Anything else? = |
|---|
| 36 |
|
|---|
| 37 |
That about does it - enjoy! |
|---|
| 38 |
|
|---|
| 39 |
--Alex King |
|---|
| 40 |
|
|---|
| 41 |
http://alexking.org/projects/wordpress |
|---|