0E800 Gravatar integration for Flarum forums (Displays gravatar if no avatar was uploaded by user) Github Packagist I forked Smachi's Gravatar Extension and made it compatible with Flarum Beta 6 Thanks to @jordanjay29 for clearly pointing out the obvious fix. Forked from: https://github.com/smachi/flarum-gravatar Install: composer require oe800/flarum-gravatar Optional: If you use a Content Security Policy you will need to add: script-src https://en.gravatar.com https://www.gravatar.com img-src https://www.gravatar.com Issues / To do: Permissions. (gravatar only) Gravatars for some reason do not display unless logged into the forum.
Ralkage I was working on having Gravatar as an option instead of a default measure if a user doesn't upload an avatar. Good work on the port though!