Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Group avatar in activity stream

you’ll need to use a filter on bp_get_group_avatar and do some leg work to switch it if the activity component is ‘group’. (the way that function is setup, if a user_id is stored in the activity record, even if the component is a group – the object defaults to user regardless. also ‘avatar_dir’ => ‘group-avatars’ is not passed to fetch_avatar)

Skip to toolbar