Plugin Directory

Changeset 225206


Ignore:
Timestamp:
04/04/2010 01:01:27 PM (16 years ago)
Author:
nkuttler
Message:

update docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-avatars-for-comments/trunk/readme.txt

    r225204 r225206  
    1212
    1313== Description ==
     14
    1415This 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.
    1516
     
    3536
    3637== Installation ==
     38
    37391. Unzip
    38402. Upload to your plugins directory
     
    4143
    4244== Screenshots ==
     45
    43461. The modified comment form. See the [live demo](http://www.nkuttler.de/wordpress/custom-avatars-for-comments/) on my blog.
    44472. The options page.
    4548
    4649== Frequently Asked Questions ==
     50
    4751Q: I have uploaded avatars, there is no error message on the settings page, but I still can't see the avatar selection field<br />
    4852A: 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.
    4953
    50 Q: I don't like where the avatar selection field show up on the page.<br />
     54Q: I don't like where the avatar selection field shows up on the page.<br />
    5155A: Perform the following steps:
    52561. 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.
     
    54583. Check the "Don't show the select field automatically." box on the settings page.
    5559
    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 
    5960Q: How do I remove the link to the plugin homepage?<br />
    6061A: Please read the plugin's settings page, you can disable it there.
    6162
    6263== Changelog ==
     64
    6365= 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' link
     66 * 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
    6668 * Fix forcing of border color
    6769 * Various optimizations
Note: See TracChangeset for help on using the changeset viewer.