This module integrates Gravatar with HumHub, providing users with automatic profile images based on their email addresses when they don't have a custom profile picture.
- Automatically uses Gravatar as fallback for user profile images
- Configurable default style (identicon, monsterid, wavatar, retro, robohash, blank)
- Configurable content rating filter (G, PG, R, X)
- Admin panel for easy configuration
- Compatible with HumHub 1.8 and above
- Go to your HumHub Admin Panel
- Navigate to the Marketplace
- Search for "Gravatar"
- Click "Install"
- Go to Administration -> Modules -> Gravatar
- Configure the default style and rating settings
- Save your changes
The module works by hooking into HumHub's profile image display system:
- When a user does not have a custom profile image, the module fetches their Gravatar based on their email address
- If the user doesn't have a Gravatar account, the default style configured in the admin panel is used
- All images respect the maximum content rating set in the configuration
- HumHub 1.8+
- PHP 7.4+
- Gravatar is a service provided by Automattic Inc.
- Module development by Green Meteor