Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Avatars for Groups


Burt Adsit
Participant

@burtadsit

I’ve posted a fix in trac. If you feel comfortable changing core code until the fix comes through SVN or the next beta then you can modify this file:

/mu-plugins/bp-groups.php in function groups_get_avatar_hrefs() line number 1152 now reads:

$src = $bp;

change it to:

$src = trailingslashit($bp);

Fixes the upload group avatar when logging into a subdomain problem.

Skip to toolbar