Changeset 225206
- Timestamp:
- 04/04/2010 01:01:27 PM (16 years ago)
- File:
-
- 1 edited
-
custom-avatars-for-comments/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-avatars-for-comments/trunk/readme.txt
r225204 r225206 12 12 13 13 == Description == 14 14 15 This was initially written for a client and he agreed to open-source it. Thanks, John! Your visitors will be able to choose from the avatars you upload to your website for each and every comment they make. Various configuration options are available. 15 16 … … 35 36 36 37 == Installation == 38 37 39 1. Unzip 38 40 2. Upload to your plugins directory … … 41 43 42 44 == Screenshots == 45 43 46 1. The modified comment form. See the [live demo](http://www.nkuttler.de/wordpress/custom-avatars-for-comments/) on my blog. 44 47 2. The options page. 45 48 46 49 == Frequently Asked Questions == 50 47 51 Q: I have uploaded avatars, there is no error message on the settings page, but I still can't see the avatar selection field<br /> 48 52 A: Your theme is most likely broken. Tell your theme developer to read the [Theme Development](http://codex.wordpress.org/Theme_Development) page and to add the comment_form action. 49 53 50 Q: I don't like where the avatar selection field show up on the page.<br />54 Q: I don't like where the avatar selection field shows up on the page.<br /> 51 55 A: Perform the following steps: 52 56 1. Find the comments.php file in your theme directory and open it in an editor. Alternatively edit it through the WordPress theme editor under Appearance-Editor. If your theme doesn't use a comments.php search for a file with a wp_list_comments call or with the comments form. … … 54 58 3. Check the "Don't show the select field automatically." box on the settings page. 55 59 56 Q: Why can't I see the select box for the custom avatars on my website?<br />57 A: Please read the Installation section.58 59 60 Q: How do I remove the link to the plugin homepage?<br /> 60 61 A: Please read the plugin's settings page, you can disable it there. 61 62 62 63 == Changelog == 64 63 65 = 0.2.0.0 ( 2010-04-04 ) = 64 * The plugin should now work out of the box. If it does not, your theme is broken, please see the FAQ.65 * Add 'select no avatar' link66 * The plugin should now work without theme modifications. If it does not, your theme is broken, please see the FAQ. 67 * Add a 'select no avatar' link 66 68 * Fix forcing of border color 67 69 * Various optimizations
Note: See TracChangeset
for help on using the changeset viewer.