#3499 closed defect (bug) (worksforme)
Mystery man + gravatar double http requests
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Is there any way to refactor this so the mystery man is not being routed through gravatar? It's causing double http requests. SEE IMAGE.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Add the following in /plugins/bp-custom.php:
add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );
This skips the Gravatar check and uses your default BP avatar.