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 ?
This module requires PHP 5.x, now you know !
Drupal 6, more informations:
Installation:
- Install the module at /admin/build/modules
- Make sure user picture support is enabled at /admin/user/settings#edit-user-pictures-0-wrapper
- Enable gravatar suport at /admin/user/gravatar
- 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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.3 | 2008-Jun-19 | 12.78 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.0 | 2008-Apr-26 | 12.52 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Jul-09 | 13.44 KB | Download · Release notes | Development snapshot | |
