Opened 3 years ago
Closed 2 years ago
#8969 closed defect (bug) (wontfix)
Default avatar image is broken.
| Reported by: | himshekhar07 | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | BuddyPress.org Sites |
| Component: | BuddyPress.org Sites | Version: | |
| Severity: | major | Keywords: | needs-patch |
| Cc: | rajinsharwar |
Description
The default avatar is showing a broken image.
Screenshot : https://share.cleanshot.com/MLX3bgcQsWNmrRZM4jcF
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It seems that in the image src, the URL is: https://secure.gravatar.com/avatar/?s=64&d=mm&r=g, which leads to a 404 error. I guess the correct URL should be: https://secure.gravatar.com/avatar/?s=64&d=mm&r=g%202x. It's missing that "%202x" at the end.
Note: Images not showing sitewide for the users who don't have a profile photo.