@javipas – you need to be a little clearer on your setup. In the default setup / theme, the activity stream is a separate page, and not something that shows up on individual blogs / blog pages.
Are you using a custom theme with a custom activity stream, or an activity stream widget in your blogs?
The standard activity stream loop shows activity across your entire BuddyPress installation. If you want to filter the activity steam to just show comments relating to a specific blog, you can write your own custom activity loop:
Take a look at this documentation, in particular filtering on the primary_id to just show posts for a specific blog id: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
javipas
@javipas
14 years, 2 months ago
Hi. I’ve set up a Buddypress installation on a test blog network.
I’ve got (just to explain myself) blog1 and blog2. I signup and login with “user1” in blog1, and I write a comment in a post.
But when I check the activity on blog2, user1’s comment appears there. I’d like to appear only in blog1’s activity stream.
Is that possible, or EVERYTHING just shows up in everyblog? Could I share users, but have each user’s activity divided where it has been made?
Cheers!!