Opened 14 years ago
Closed 14 years ago
#2712 closed enhancement (fixed)
[patch] Use WordPress' gravatar settings
Reported by: | DJPaul | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch, dev-feedback |
Cc: |
Description
On BuddyPress' admin settings, we have an option to set the user gravatar default. We also use it for group and blog gravatars, even though we only describe the option as for users. WordPress has a similar option to control gravatars used on comments.
I think BuddyPress overlaps with the WordPress core in this case, and provides no additional benefit. I don't think adding more options to set default group and blog gravatars would be of much value. Most sites seem to use the same gravatar default throughout.
Patch attached to make this change, feedback appreciated.
Attachments (1)
Change History (8)
#2
@
14 years ago
- Owner set to DJPaul
- Status changed from new to assigned
Before we commit this, we need to put code in the upgrader to migrate from the settings so that people's preference isn't reset.
#5
@
14 years ago
Ticket left open as a reminder to signpost this change when we update the admin pages.
I like the idea of removing this redundant option, and thus I like this patch.
On the larger issue of default avatars, I think that it's a *good* idea to give more flexibility in terms of default avatars for different components (right now it's very difficult to do anything custom with avatars). But I don't necessarily think it should be an admin option - more like a filterable value. Probably worthy of a different enhancement ticket.