[buddypress-trac] [BuddyPress Trac] #7603: grou filter update does not work
buddypress-trac
noreply at wordpress.org
Wed Oct 4 20:23:36 UTC 2017
#7603: grou filter update does not work
--------------------------+------------------------------
Reporter: excellins | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 2.9.0
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+------------------------------
Comment (by dcavins):
Hi @excellins-
Thanks for your ticket. Can you take a look in your database to make sure
that some activities that would be found by that filter exist? (They're
kind of uncommon.)
Look in the table `wp_bp_activity` for items with the `type` =
`group_details_updated`.
These activity items are only created when a group admin changes the group
name or description using the front-end form (like at `/groups/group-
name/admin/edit-details/`) and checks the option "Notify group members of
these changes via email". In the code where the activity item would be
added, there's a note:
> If the admin has opted not to notify members, don't post an activity
item either.
Ref: https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-
groups/bp-groups-activity.php#L450
Best,
-David
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7603#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list