I've been using the very cool Avatar Galler module. I think I've got the hang of it - certainly a nice single image of all my site's avatars has been generated and is now visible in a block. There's just one problem, on my site only a few users have uploaded their avatar. And the generated image appears to include a blank avatar for each user that hasn't. The end result is an image with all the actual avatars at the top and a lot of whitespace at the bottom. The effect is a lage empty space at the bottom of the block. Is there something I can do about this? I can't see an option to prevent this.

You can view the image here.

Comments

yetanother’s picture

Please post the solution if you find it.

Thanks

David Lesieur’s picture

A patch has been posted in http://drupal.org/node/137202#comment-230595. It seems worth testing. ;-)

gaijinu’s picture

it works just nice.

Muay Thai Singapore

vm’s picture

administer -> user management -> user settings

at the bottom of the form , set a Default picture: for users who don't choose one on their own. This image should replace your whitespace with the default avatar chosen by you the admin.

dshaw’s picture

You could use this, but if you have lots of users who don't have an image it looks a little silly. Alternatively you could pick a 1-pixel image or something, but that's a little kludgy. I still think it preferable to skip users who don't have an image (and you haven't picked an alternative image).

ArmandMorin-1’s picture

I tried the patch mentioned, but I get an error on line 4

function avatar_gallery_regenerate()

Any ideas on this?