Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,662
- How-to & Troubleshooting
- 127,982
- Creating & Extending
- 25,646
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
Michael Sumner said 11 hours, 41 minutes ago:
Open the file mentioned, and replace this:
$group_ids = $this->get_group_ids( $user_id );
with this:
$group_ids = BP_Groups_Member::get_group_ids( $user_id );
And right below that, replace this:
foreach ( $group_ids->groups as $group_id ) {
with this:
foreach ( $group_ids as $group_id ) {
That fixed the issue for me.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS