Skip to content

saimiri/Gravatar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravatar Plugin

Allows users to choose to use their Gravatar.

Installation

Download or clone the Gravatar plugin repo into your esoTalk plugin directory:

cd ESOTALK_DIR/addons/plugins/
git clone git@github.com:esotalk/Gravatar.git Gravatar

Navigate to the the admin/plugins page and activate the Gravatar plugin.

Translation

Create definitions.Gravatar.php in your language pack with the following definitions:

$definitions["Change your avatar on %s."] = "Change your avatar on %s.";	
$definitions["Default imageset"] = "Default imageset";
$definitions["Default"] = "Default";

About

Allows users to choose to use their Gravatar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.1%
  • JavaScript 6.9%