Skip to:
Content

BuddyPress.org

Opened 18 years ago

Closed 18 years ago

#331 closed defect (bug) (fixed)

Blog avatar (identicon) display results are inconsistent

Reported by: burtadsit Owned by:
Priority: minor Milestone:
Component: Version:
Severity: 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
18 years ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.