Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#334 closed defect (bug) (fixed)

Group Avatar URL Fix

Reported by: trent's profile trent Owned by: apeatling's profile apeatling
Milestone: Priority: critical
Severity: Version: 1.0
Component: 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
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#2 @(none)
15 years ago

  • Milestone Groups 1.0 deleted

Milestone Groups 1.0 deleted

Note: See TracTickets for help on using tickets.