=== Plugin Name === Contributors: erichmond Donate link: http://www.squareonemd.co.uk/ Tags: user, users, user profile, admin, upload, picture, pictures Requires at least: 3.0.1 Tested up to: 4.5 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Upload your own user profile picture rather than falling back to the default or having your users create a Gravatar account. == Description == Sometimes handing your site over to clients or when you run a site with multiple users if can be a pain to explain how your users can create their own profile picture for comments or any other custom functionality that uses the get_avatar() function. Before they would have to create a global Gravatar account which is fine if that's what you want however, with this plugin there is no need to rely on your users having a Gravatar account. This plugin will allow the users on your WordPress site to upload their own Profile Picture through the Media Library either by Uploading a new file or choosing one from the Media Library. == Installation == This is how to install the plugin and get it working. 1. Upload `tismy-user-profile-upload.zip` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. In the user Edit Profile view of the logged in user there will be a new Profile Image section below the Toolbar section. 4. Upload an image and use all the functionality available to you via the Media Library == Frequently Asked Questions == = N/A = None at the moment. == Screenshots == 1. This simply replaces the user profile image where ever the get_avatar() function is used. 2. Edit My Profile page with the new user profile upload. == Changelog == = 1.0 = * First iteration. = 1.1 = image size changed to match avatar standard. == Upgrade Notice == = 1.0 = First iteration. = 1.1 = Image size changed. = 1.2 = Stable check and minor css additions.