#3012 closed defect (bug) (fixed)
Recent Site Wide Posts widget does not display all posts on user profile and group pages
Reported by: | LanceHudson | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Activity | Keywords: | needs-testing |
Cc: | LanceHudson |
Description
This is due to bp_has_activities automatic filtering.
&user_id=0&scope=0&primary_id=0&object=0 must be added to disable all filtering so the widget shows all posts site wide.
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/making-bp_has_activities-have-a-global-scope/
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The only problem I see with my patch is that updates (which are posts) are showing up. I'm not sure that this is expected behavior. I believe it is a result of primary_id=0&object=0 which allows the main site's content to show. When I tested it without the object=0, a post (a real one) would now show on the list when on a group page(or was it a project page?). When I can test again I will.