Search by

stuttter / wp-user-avatars

jjj

Allow registered users to upload & select their own avatars

Package info

github.com/stuttter/wp-user-avatars

Type:wordpress-plugin

pkg:composer/stuttter/wp-user-avatars

Statistics

Installs: 23 702

Dependents: 0

Suggesters: 0

Stars: 32

Open Issues: 8

1.4.1 2021-05-29 21:10 UTC

README

WP User Avatars lets registered users upload an avatar or select one from the WordPress Media Library. It integrates with the native user profile screens and WP User Profiles, supports multisite, and can keep avatar requests local instead of contacting Gravatar.

Motivation

I decided to create this plugin because no existing solutions integrated into WordPress in a way that felt native to me. I also wanted something that more tightly integrated with my WP User Profiles plugin.

Installation

  • Install through the WordPress plugin installer or Composer.
  • Activate WP User Avatars from the Plugins screen.
  • Edit a user profile to upload or select an avatar.
  • Configure allowed roles and local-only avatars under Settings > Discussion.

Help

Contributors

  • Created by @JJJ.
  • Made better by @nash-ye and other contributors.
  • Pull requests are welcome.

Contributing

Read CONTRIBUTING.md before changing behavior. The development toolchain requires PHP 7.4 or newer: install the locked dependencies with composer install, then run composer test.