Opened 16 years ago
Closed 15 years ago
#226 closed enhancement (fixed)
Add choosing of default gravatar type
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
Milestone Future Enhancements deleted