Bug #3440
closedPhD Program in History Commons Site Not Appearing in News Activity Feed
100%
Description
I just noticed that the PhD Program in History Commons Site appears on the Home page under "Recent Blog Posts" but it doesn't show up in the activity feed on the "News" page. Could it have something to do with the blog settings? I've attached screenshots of the two activity feeds.
Files
Updated by Matt Gold about 10 years ago
Privacy is set to fully public, so it should show up, assuming that they are publishing posts rather than pages.
Updated by Boone Gorges about 10 years ago
- Category name set to Group Blogs
- Status changed from New to Assigned
- Assignee set to Raymond Hoh
- Target version set to 1.7
This is because the item is technically a "new_groupblog_post" item, not a "new_blog_post", and thus doesn't show up on the "Show Blog Posts" filter. See also #2583.
Ray, can you think off the top of your head of an easyish way to include these in the AJAX-based filter on /activity? Like maybe a bp_parse_args() filter on bp_has_activities() arguments?
Updated by Raymond Hoh about 10 years ago
Hi Boone,
I've opted to fix this in the BP Groupblog plugin as I think it will benefit others as well. See my pull request here.
I hooked onto the 'bp_ajax_querystring' filter instead of using the newer bp_parse_args() so older versions of BP can take advantage of this. I haven't added this to 1.7 branch yet.
Updated by Boone Gorges about 10 years ago
Thanks, Ray! I just merged the PR on github. Please feel free to update the 1.7 branch with the latest bp-groupblog.
Updated by Raymond Hoh about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Done! See commit 5bfdc06.