Gravatar has at some point when I last checked added two new default picture settings: Mystery Man, and Retro.
http://en.gravatar.com/site/implement/images/

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Status: Active » Needs review
FileSize
7.05 KB
Dave Reid’s picture

So much stuff to catch up with in D7.
1. We have to make our own Gravatar size setting because the user picture system in D7 uses image.module which only has a 'maximum' user picture size not an 'ideal' user picture size. If we re-used that we'd end up with huge user pictures since the default is 1024x1024.
2. Had to add gravatar_user_presave() in order to save data into $account->data['gravatar']. Data storage also moved from $account->gravatar to $account->data['gravatar'].
3. Lots and lots of cleanups.

Dave Reid’s picture

Status: Needs review » Fixed

committed #2 + bonus to CVS and also backported to D6.
http://drupal.org/cvs?commit=474398
http://drupal.org/cvs?commit=474402

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.