Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same stream shows on all blogs in multisite #63

Closed
blobaugh opened this issue Dec 10, 2013 · 4 comments
Closed

Same stream shows on all blogs in multisite #63

blobaugh opened this issue Dec 10, 2013 · 4 comments
Assignees
Labels
bug support forum From the WP.org plugin support forum

Comments

@blobaugh
Copy link

When using WordPress Multisite the same stream content shows up for all blogs on the multisite. Other blog owners should not see the actions of other blogs.

This is a fairly simple fix. Add a blog_id column to the {prefix}_stream table. When inserting a new log entry in addition to storing the site_id (for multi-network installs) also store the specific blog id.

Another boon to this is that a stream log viewer can easily be created in the network admin area to monitor the changes across the network.

shadyvb added a commit that referenced this issue Dec 10, 2013
@shadyvb
Copy link
Contributor

shadyvb commented Dec 10, 2013

@blobaugh Thank you for the note, the usage of base_prefix was a left-over from a trial to make Stream work network-wide.
I've just committed a fix to switch to $wpdb->prefix till we are ready and satisfied with how Stream works network-wide. Also added a new issue to have a new option in Stream to make it work Network-wide #65

This fix should not affect existing non-multisite installs.

/cc @fjarrett

@blobaugh
Copy link
Author

I think this plugin will be pretty popular with Multisite installs. I know that is the first thing I thought of when I saw it and I run several multisites. I think it would be smart to approach this with multisite in mind

@frankiejarrett
Copy link
Contributor

@blobaugh I most definitely agree!

frankiejarrett added a commit that referenced this issue Aug 22, 2014
@tharsheblows tharsheblows added the support forum From the WP.org plugin support forum label Jul 16, 2024
@tharsheblows
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug support forum From the WP.org plugin support forum
Projects
None yet
Development

No branches or pull requests

4 participants