What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Jun 14, 2008 by pkollitsch
GlxGravatar  
Implementation of gravatar for Textpattern

glx_gravatar

Outputs a gravatar in comments. Developed by Johan Nilsson and maintained by grauHirn.org. More info about Gravatars at gravatar.com

Download

attributes

Note: If an attribute requires yes or no it means that yes can be the value yes, 1, enable and true and no can be the value no, 0, disable and false - however you want it.

gho_author_email

Returns the author of the current article.

Example

<txp:glx_gravatar />
<txp:glx_gravatar size="60" default="http://www.example.com/images/gravatar.png" class="gravatar" />

used in the form comments it will show the gravatar of the current commentator

<txp:glx_gravatar email="address@example.com" />

shows the gravatar for address@example.com.

<txp:glx_gravatar><txp:gho_author_email/></txp:glx_gravatar>

Shows the gravatar for the author of the current article.

Changelog

2008-06-15 v.2008.1

2007-06-22 v.2007.1