=== Add New Default Avatar === Contributors: trepmal Donate link: http://kaileylampert.com/donate.php Tags: avatar, gravatar Requires at least: 2.8 Tested up to: 3.3 Stable tag: trunk Add new option to the Default Avatar list. == Description == Add new option to the Default Avatar list. Supply a name and URL for an image you'd like to use and it will appear in your Default Avatar list on the Discussion page (under Settings). New in 1.3 [development version](http://wordpress.org/extend/plugins/add-new-default-avatar/download/): * add more than one extra avatar option * restore previous option on deactivation (if upgrading to 1.3, it'll restore the last option not created by the plugin, or 'mystery') * try it out, report bugs! == Installation == 1. Upload `kl_addnewdefaultavatar.php` to the `/wp-content/plugins/` 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to Settings > Discussion > Avatars 4. Supply the name and URL for the avatar you'd rather use. Save. (Some themes won't resize your image to fit, so it's best to use an image that's already the right size.) 5. Your avatar will now be available in the list, select it and save. == Frequently Asked Questions == = Why isn't my custom avatar showing up? = Until version 1.3, you must save the custom avatar options once to *create* the extra option. Then select the custom avatar option and save a second time to actually use it. == Screenshots == 1. Plugin's admin screen == Changelog == = 1.2.1 = * Fixed faulty logic that may have caused display issues if the selected default avatar was not created by the plugin. = 1.2 = * Removed 'Go Pro' links * Fixed URL matching so active avatar will be better indicated in admin. * Added 'size' placeholder. Pass '%size%' in url, and it will be replaced with appropriate numerical value. = 1.1 = * Removed admin page, options now in Settings > Discussion > Avatars = 1.0 = * Initial Release.