Gravatar

Narno - November 24, 2007 - 05:30
Gravatar

About the module:

This module displays the Gravatar of users (anonymous or registered) in comments (+ posts and profile in Drupal 6).

What is a gravatar?

A gravatar, or globally recognized avatar, is quite simply an 80×80 pixel avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites. Avatars help identify your posts on web forums, so why not on weblogs ?

http://www.gravatar.com

This module requires PHP 5.x, now you know !

Drupal 6, more informations:

Installation:

  1. Install the module at /admin/build/modules
  2. Make sure user picture support is enabled at /admin/user/settings#edit-user-pictures-0-wrapper
  3. Enable gravatar suport at /admin/user/gravatar
  4. Enable user pictures in posts or/and comments at /admin/build/themes/settings#edit-toggle-node-user-picture-wrapper

Drupal 5, more informations:

The module use users picture settings to determine : Gravatar's weight and the default picture
Theme makers can use this code to Gravatar in comment.tpl.php :

<?php
if ($comment->gravatar) { print $comment->gravatar; } elseif ($picture) { print $picture; }
?>

Maintainers:

- narno : Creator
- madler : Drupal 6.x first version (#232740: Drupal 6.0 module)

Releases

Official releasesDateSizeLinksStatus
6.x-1.32008-Jun-1912.78 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.02008-Apr-2612.52 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Jul-0913.44 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.