Opened 9 years ago
Closed 9 years ago
#6491 closed enhancement (no action required)
Activity streams module - give an option for viewing for friends only.
Reported by: | minglonaire | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
Right now this function is pretty much unusable for open communities, people seeing what everyone on the site is doing and they have no interest in it.
How about giving an admin an option to switch all streams so that users view friends only activity. I cant imagine its much work and it would be very helpful.
Thanks
Change History (1)
Note: See
TracTickets for help on using
tickets.
I'm unconvinced this would be a useful feature to build an admin option for, but it is possible if you customise the templates.
https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/
You'd want to set
scope=friends
, I think.