changing default avatar – codex info not working
-
I’ve setup my bp-custom.php file in the plugins folder, and inserted the code defined on this page of the codex to change the default avatar but nothing changed.
Here’s the specific code to change the default avatar:
define ( 'BP_AVATAR_DEFAULT', 'http://example.com/default-avatar.jpg' ); define ( 'BP_AVATAR_DEFAULT_THUMB', 'http://example.com/default-avatar-thumb.jpg' );
It seems I’m not the only one who has experienced an issue with this, any thoughts why it won’t work? Is gravatar somehow to blame?
Tested with wordpress “twenty” theme, no change.
Buddypress version: 2.9.3
Wordpress version: 4.9.4
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.