Plugin Directory

Changeset 225582


Ignore:
Timestamp:
04/05/2010 07:06:12 PM (16 years ago)
Author:
nkuttler
Message:

update docs

File:
1 edited

Legend:

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

    r225213 r225582  
    5454Q: I don't like where the avatar selection field shows up on the page.<br />
    5555A: Perform the following steps:
     56
    56571. 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.
    57582. Add `<?php global $CommentAvatarsFrontend; if ( isset( $CommentAvatarsFrontend ) ) $CommentAvatarsFrontend->select(); ?>` where the avatar select list should appear.
     
    6364== Changelog ==
    6465
     66= 0.2.0.1 ( 2010-04- ) =
     67 * Small fix for image URLs
    6568= 0.2.0.0 ( 2010-04-04 ) =
    6669 * The plugin should now work without theme modifications when installed. If it does not, your theme is broken, please see the FAQ. If you were already using an earlier release of this plugin, the automatic display of the select box will be deactivated. You can change that setting on the options page.
Note: See TracChangeset for help on using the changeset viewer.