Git Product home page Git Product logo

ezgravatar's Introduction

eZGravatar

Gravatars (www.gravatar.com) for eZ Publish (ez.no)

www.cjohansen.no/projects/ezgravatar

Installation

No point in distributing this as a plugin as that would require more steps to install, than just getting the template and fixing your config.

  1. Copy the template to an active design folder like design/yourdesign/templates and use like so:

    {include uri="design:gravatar.tpl"
             email=$node.object.data_map.email
             size=40}
  2. The template requires an md5 template operator. The simplest way to provide such an operator is through template.ini//PHPOperatorList[], ie put the following in an override for template.ini (such as settings/override/template.ini.append):

    [PHP]
    PHPOperatorList[md5]=md5
    

gravatar.tpl

Parameters

email

Email address, either as a string or an attribute whose content is an email address

size

The desired size of the gravatar. Gravatars are square, so this should be a single integer. Default is 80 (pixles).

rating

What content to allow. Any of the following (default is X - ie all):

  • G - A G rated gravatar is suitable for display on all websites with any audience type.

  • PG - PG rated gravatars may contain rude gestures, provocatively dressed individuals, the lesser swear words, or mild violence.

  • R - R rated gravatars may contain such things as harsh profanity, intense violence, nudity, or hard drug use.

  • X - X rated gravatars may contain hardcore sexual imagery or extremely disturbing violence.

default

The default image to serve up if email has no gravatar. This may be an URL to an image, or one of identicon, monsterid and wavatar. If the parameter is an empty string the default blue gravatar logo is used as default. Default may also be the string “random” which will choose either one of the defaults.

alt

The alt text for the image. Default is “Gravatar”

class

Optional class name for img tag

When using a random default image you may provide any id/number as a way of selecting default image. This way the pick is not actually random since you’ll always get the same gravatar for the same id.

LICENSE:

(The MIT License)

Copyright © 2008 Christian Johansen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ezgravatar's People

Contributors

cjohansen avatar

Stargazers

Angus H. avatar Martin Kopta avatar  avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.