Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

mvdkleijn/Gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**Status:** No longer active / archived

Gravatar Plugin for Wolf CMS
by Andrew Waters
[email protected]

Thanks for downloading my Gravatar plugin!

Thanks to Gravatar for a great service, helping keep our identities properly aligned everywhere we go.

I got the idea for this from Philippe's implementation on Frog CMS, using the same service for the User Management in the Admin area - great work!



------------
INSTALLATION
------------

Very simple to install:

1. Unzip the files
2. Upload the 'gravatar' folder to your plugins directory
3. Go to your admin panel and activate the plugin
4. Click the new 'Gravatar' tab and read the usage instructions



-----
USAGE
-----

You can add your own gravatar to the front end of the site by adding a little bit of Code to your page:

<?php gravatar('[email protected]',image_size) ?>

The image_size is the size the image is displayed in pixels, so for a 40px by 40px picture of yourself just enter:

<?php gravatar('[email protected]',40) ?>

Simples.



---------
CHANGELOG
---------

0.2
- Fixed bug with images not being displayed properly in the backend and the default image.
- Fixed Controller file so correct Sidebar view is displayed

0.1
+ First Build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages