Skip to:
Content

BuddyPress.org

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#334 closed defect (bug) (fixed)

Group Avatar URL Fix

Reported by: trent Owned by: apeatling
Priority: critical Milestone:
Component: Version: 1.0
Severity: Keywords: avatar
Cc:

Description

It looks that when you changed line 1154 of bp-groups.php from:

        $src = $bp['loggedin_domain'];

to:

        $src = $bp['root_domain'];

It managed to not have the ending "/" on the end of the group avatar and has broke new group avatar uploads.

It would need the following to work:

$src = $bp['root_domain'] . '/';

Change History (2)

#1 @apeatling
18 years ago

  • Resolutionfixed
  • Status newclosed

#2 @(none)
17 years ago

  • Milestone Groups 1.0

Milestone Groups 1.0 deleted

Note: See TracTickets for help on using tickets.