Opened 15 years ago
Closed 14 years ago
#759 closed enhancement (fixed)
Patch for Gravatar/Avatar/Mystery Man
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | gravatar, mystery-man |
Cc: |
Description
This prevents BP from hitting gravatar.com with requests when the default avatar setting is mystery man.
This also adds a quick filter called 'bp_custom_mystery_man' so the URL to mystery-man.jpg can be switched by plugin developers or theme designers.
Attachments (1)
Change History (5)
#3
@
14 years ago
- Component set to Core
- Keywords has-patch removed
- Milestone set to 1.3
JJJ please would you take a look at this one thanks
#4
@
14 years ago
- Resolution set to fixed
- Status changed from new to closed
Patch is outdated, and avatar loading has been reprioritized now so Gravatar isn't always pinged.
There are filters and args now to actually bypass Gravatar all together, and a filter on the mystery-man src too.
Closing this since it's currently fixed.
this patch works great, but there's small bug in it.
Line 60 cannot be removed, but instead replaced as:
Otherwise it doesn't work properly.