// index

hyrme.com

Avatar Gallery Alternative

Here is a drupal avatar gallery module that extends the features of the basic avatar gallery module available on the drupal projects site. You can download a beta release here.

Features

  1. Gallery can span multiple pages i.e. limit the number of avatars per page. Once installed the avatar will be visible under the path: avatars/site/all
  2. Use CSS to control the layout and view of the avatars instead of an image map. Tweak the included avatargallery2.css file to get it to fit your theme.
  3. You can exclude certain roles from being displayed
  4. Display avatar galleries for OG members by going to avatars/og/gid where gid is the group id OR go to avatars/og/my to view the avatar gallery of all the groups that I belong to
  5. Display a block with a random avatar, the newest avatar or the avatar of the author of the current node

The major difference between this and the other version is that the original version uses an imagemap to generate the avatar gallery and the avatar gallery is one large image. This version of avatar gallery does not use imagemaps but instead relies on floating divs containing individual images to generate the gallery.

Note

This needs the current avatar gallery to be installed as it uses the same "missing" avatar image setting. This will be removed in future versions.

Comments and feedback welcome.