2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-gravatar

A very simple Gravatar integration

image

vulcandigital/silverstripe-gravatar

A very simple Gravatar integration

  • Saturday, March 17, 2018
  • by vulcandigital
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

silverstripe-gravatar

A very simple Gravatar integration. An extension that is automatically applied to Member, (*1)

Requirements

  • silverstripe/framework: ^4

Installation

$ composer require vulcandigital/silverstripe-gravatar

Usage

$me = Security::getCurrentUser();
$me->Avatar($size = 80);

Template:, (*2)

<img src="$CurrentUser.Avatar(60')"/>
<img src="$CurrentUser.Avatar(80, 'mm')"/>
<img src="$CurrentUser.Avatar(120, 'monsterid')"/>
<img src="$CurrentUser.Avatar(140, 'wavatar')"/>

The Versions

17/03 2018

dev-master

9999999-dev

A very simple Gravatar integration

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

17/03 2018

1.0.0

1.0.0.0

A very simple Gravatar integration

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires