Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 15 years ago

#226 closed enhancement (fixed)

Add choosing of default gravatar type

Reported by: jehy's profile jehy Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords: gravatars
Cc:

Description

bp-core-avatars, line 45:

$identicon = 'http://www.gravatar.com/avatar/' . md5( $user . '@' . get_option('siteurl') ) . '?d=wavatar&s=';

Wavatars don't suite official sites.
We need an external option to choose "mystery man", or graphic gravatars.

if you need to change default avatar to your own, for now change line 45 to smth like


$identicon = get_option('siteurl').'/defav.jpg?';

Change History (3)

#1 @(none)
16 years ago

  • Milestone Future Enhancements deleted

Milestone Future Enhancements deleted

#2 @DJPaul
15 years ago

I know this is an old ticket; this has been in BP since 1.0

#3 @DJPaul
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.