/wordpress-plugin-userPicture

Set user's profile picture in WordPress.

Primary LanguagePHPMIT LicenseMIT

WordPress User Picture

Set user's profile picture in WordPress

Installation

  1. Upload files to the /wp-content/plugins/ directory of your WordPress installation.
$ cd /PATH/TO/WORDPRESS/wp-content/plugins/
$ git clone https://github.com/artcomventure/wordpress-plugin-userPicture.git

If you want a different folder name than wordpress-plugin-userPicture extend clone command by 'FOLDERNAME' (replace the word 'FOLDERNAME' by your chosen one):

$ git clone https://github.com/artcomventure/wordpress-plugin-userPicture.git 'FOLDERNAME'
  1. Activate the plugin through the 'Plugins' screen in WordPress.
  2. Enjoy

Usage

Set and change the user picture in the corresponding user edit form.

If no user picture is selected the default Gravatar stuff still works.

image

Plugin Updates

Although the plugin is not yet listed on https://wordpress.org/plugins/, you can use WordPress' update functionality to keep it in sync with the files from GitHub.

Please use for this our WordPress Repository Updater with the settings:

We test our plugin through its paces, but we advise you to take all safety precautions before the update. Just in case of the unexpected.

Questions, concerns, needs, suggestions?

Don't hesitate! Issues welcome.