Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,455
- How-to & Troubleshooting
- 127,658
- Creating & Extending
- 25,621
- Requests & Feedback
- 9,376
- Third Party Plugins
- 9,703
- Showcase
- 3,317
- Ideas
- 1,315
- Miscellaneous
- 8,825
-
in the function groups_post_update
a check is performed if someone is a member prior to posting an activity_update (there is no action hook prior to this conditional) – so you’ll need to find out how to join all your members to groups first. (another plugin or custom hook when someone registers, creates a new group, views a group, etc)
the theme for /groups/single/activity.php contains a check for bp_group_is_member() around the post-forum.php include
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS