| 1 |
General notes
|
| 2 |
=====================================================
|
| 3 |
|
| 4 |
This module provides a block and page with a composite image of all the
|
| 5 |
avatars of a site. It serves to promote a sense of community around a site
|
| 6 |
while avoiding the unnecessary database queries and image calls that would be
|
| 7 |
caused by a PHP-snippet-based approach.
|
| 8 |
|
| 9 |
The image is regenerated whenever a new user is created or when a user updates
|
| 10 |
their avatar or when instructed to do so by authorised users.
|
| 11 |
|
| 12 |
This module was developed by Koumbit (http://www.koumbit.org) based on funding
|
| 13 |
from the HomelessNation project (http://homelessnation.org).
|
| 14 |
|
| 15 |
Initial 4.6 version by Julien Keable (jkeable - http://drupal.org/user/50670).
|
| 16 |
Port to Drupal 5.0 by David Lesieur (http://drupal.org/user/17157).
|
| 17 |
Additionnal features, bug fixes and French translation by Patrick Fournier
|
| 18 |
(http://drupal.org/user/160468).
|