Changeset 225582
- Timestamp:
- 04/05/2010 07:06:12 PM (16 years ago)
- File:
-
- 1 edited
-
custom-avatars-for-comments/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-avatars-for-comments/trunk/readme.txt
r225213 r225582 54 54 Q: I don't like where the avatar selection field shows up on the page.<br /> 55 55 A: Perform the following steps: 56 56 57 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. 57 58 2. Add `<?php global $CommentAvatarsFrontend; if ( isset( $CommentAvatarsFrontend ) ) $CommentAvatarsFrontend->select(); ?>` where the avatar select list should appear. … … 63 64 == Changelog == 64 65 66 = 0.2.0.1 ( 2010-04- ) = 67 * Small fix for image URLs 65 68 = 0.2.0.0 ( 2010-04-04 ) = 66 69 * 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.