This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
84 lines (58 loc) · 3.23 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
=== Add New Default Avatar [Emrikol's Fork] ===
Contributors: emrikol
Tags: avatars, gravatar, default avatar
Requires at least: 4.5.2
Tested up to: 4.5.2
Stable tag: 3.0.0
This is my version of trepmal's "Add New Default Avatar" plugin. It has a few more features which I was looking for.
== Installation ==
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
== Screenshots ==
1. The plugin page showing a few added avatars.
2. The "Discussion" settings showing the available avatars.
3. Kubrick theme showing the Hellow World post and comment with new avatar
== Frequently Asked Questions ==
None Yet
== Upgrade Notice ==
= 3.0.0 =
THIS UPDATE WILL BREAK YOUR CURRENT CUSTOM AVATARS. Major security fixes.
= 2.0.1 =
* Small bug. I left a WB_DEBUG on :(
= 2.0.0.1 =
* Fixed small problem in readme.txt
= 2.0 =
* Upgraded to latest TimThumb, 2.8.10
* Fixed "wp_enqueue_script/wp_enqueue_style was called incorrectly" bug.
* A bit late, but thanks to <a href="http://www.honza.info/">Honza</a> for letting me know about a bad CSS bug that killed the bullets on all <li> tags. Fixed.
* Cleaned up a lot of code, moved some actions to only admin area
= 1.0.1 =
* Upgrade to the more secure TimThumb 2.8
= 1.0 =
* Initial Release
== Changelog ==
= 3.0.0 =
**THIS UPDATE WILL BREAK YOUR CURRENT CUSTOM AVATARS**
It's been five years since the last update, and I finally took another look at this plugin. Unfortunately it was full of security holes and coding standard issues. Things have come a long way since the last version. There aren't any more known security issues, and it's unlikely that I'll update this plugin again unless any new issues arise.
* Major refactoring to remove security vulnerabilities and poor coding standards
= 2.0.1 =
* Small bug. I left a WB_DEBUG on :(
= 2.0.0.1 =
* Fixed small problem in readme.txt
= 2.0 =
* Upgraded to latest TimThumb, 2.8.10
* Fixed "wp_enqueue_script/wp_enqueue_style was called incorrectly" bug.
* A bit late, but thanks to <a href="http://www.honza.info/">Honza</a> for letting me know about a bad CSS bug that killed the bullets on all li tags. Fixed.
* Cleaned up a lot of code, moved some actions to only admin area
= 1.0.1 =
* Upgrade to the more secure TimThumb 2.8
= 1.0 =
* Initial Release
== Description ==
I'd been manually adding custom default avatars in functions.php for a while, and it was always a hassle to edit it to change them. I decided to see if there was a plugin available to do the job, and stumbled upon "Add New Default Avatar" here: http://wordpress.org/extend/plugins/add-new-default-avatar/
It was nice, but it was missing some features such as the ability to manage avatars, upload images, and automatically resize thumbnails. So I made a few modifications :)
Features:
* Saves current default avatar before activating and restores it when deactivated
* Upload images using AJAX directly from the plugin page
* Uses timthumb to automatically resize and cache thumbnails for better quality and bandwidth performance
* Ability to remove unneeded custom default avatars from the default avatar list
Feel free to contact me, [email protected], if you have any problems or questions.