IntroductionThis is a plugin that will allow you to integrate a gravatar for users. InstructionsUpload the function.gravatar.php file to your plugins directory. Next in the location where you want the Gravatar icon displayed add: {gravatar size="32" class="avatar avatar-32" email=$email} Parameters| Name | Type | Description | Default | | size | integer | The size of the Gravatar | 32 | | class | string | A class assigned to the image. | N/A | | email | string | The users email | (required) | | default | string | The default image if no gravatar | N/A | | border | integer | A border around the image | N/A |
|
null