I see that I can have one of three options for default image:
- Drupal default user image
- Module default user image
- Image provided by Gravatar.com
I'd really like a "User's uploaded image" as a fourth option.
I know I can get this by allowing users to disable gravatar - but - with lots of users who are mostly non-techie - it would be nice if this fallback was configurable rather than having to get each of them to go in to their accounts to change a setting (was hard enough explaining how to upload images to start with).
Comments
Comment #1
dave reidRight now that actually should work. In the 6.x-1.5 version I put the upload form back in the user account form. The default image you select in the gravatar options should only be used if the user does not have an image uploaded and does not have a gravatar. If this isn't the case, please let me know. I'll do some checking on this today as well.
Comment #2
chrissearle commentedHeh. Nice combination of getting tests and upgrades in the wrong order. I'd tried it set to "Drupal default" on -1.4, and I'd tried other settings on -1.5 - but I see now that I hadn't tried -1.5 and default image. Working just fine.
Comment #3
dave reidI did a little checking in the code today and made a revision/simplification that assures that the following is the proper order of user picture selection:
1. Uploaded user picture
2. Site default picture (if user does not have access to use gravatar or has their gravatar disabled)
3. Gravatar picture
4. The default picture selected in admin/user/gravatar (if user does not have a gravatar)