Uploaded Avatar Won't Show Up
Deathlock - October 4, 2009 - 13:58
| Project: | Gravatar integration |
| Version: | 5.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | gravatar avatar upload |
Jump to:
Description
I have an uploaded avatar for my user profile. But I also installed this module.
I didn't enable automatic gravatar prepending in comments, so I put the
<?php if ($comment->gravatar) { print $comment->gravatar; } elseif ($picture) { print $picture; } ?>on my theme instead.
Problem is, users and anonymouses without avatars will use the gravatar, but users who unchecked the "Replace my user picture in comments with the gravatar for my e-mail address" won't have their uploaded avatars showed up. Any help?

#1
Forgot to mention that the email which is attached on my user account is not registered at Gravatar.