A Flarum extension. Add gravatar avatars to your forum.
- Save on disk space by using Gravatar avatars stored remotely
- Option to keep or replace existing avatars already uploaded to your forum
- Supports multiple Gravatar default sets
- Option to override a user-set Gravatar with one from the chosen default set
- Support for restricting Gravatars to their content rating
- Proxy fetching gravatar images via the forum
- Allow users to switch between gravatar and forum uploaded avatar, with admin option to enable/disable
- Add support for Gravatar profile fields
Install with composer:
composer require ianm/gravatar:"*"
composer update ianm/gravatar:"*"
php flarum migrate
php flarum cache:clear