Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to disable Gravatar completely?


buddypresser
Participant

@buddypresser

For the record, I’ve got this in bp-custom.php:

/* Set default image for BP users without avatar: */<br />
define ( 'BP_AVATAR_DEFAULT', get_bloginfo('template_url') . '/_inc/images/default-full.png' );<br />
define ( 'BP_AVATAR_DEAFULT_THUMB', get_bloginfo('template_url') . '/_inc/images/default-thumb.png' );<br />

Skip to toolbar