Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#331 closed defect (bug) (fixed)

Blog avatar (identicon) display results are inconsistent

Reported by: burtadsit's profile burtadsit Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

md5( $blog->blog_id . '.blogs@' . site_url() )

site_url() is being used which returns the current blog url. This gives different avs for a blog on different blogs when the various blog widets run.

md5( $blog->blog_id .'.blogs@' . get_blog_option(1,'siteurl'))
or
$bp['root_domain']
maybe?

Change History (1)

#1 @apeatling
16 years ago

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