A very simple Gravatar integration. An extension that is automatically applied to Member
$ composer require vulcandigital/silverstripe-gravatar
$me = Security::getCurrentUser();
$me->Avatar($size = 80);
Template:
<img src="$CurrentUser.Avatar(60')"/>
<img src="$CurrentUser.Avatar(80, 'mm')"/>
<img src="$CurrentUser.Avatar(120, 'monsterid')"/>
<img src="$CurrentUser.Avatar(140, 'wavatar')"/>
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem