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

Support Network Installation #575

Closed
GaryJones opened this issue Jan 4, 2022 · 4 comments · Fixed by #679
Closed

Support Network Installation #575

GaryJones opened this issue Jan 4, 2022 · 4 comments · Fixed by #679
Assignees
Milestone

Comments

@GaryJones
Copy link
Contributor

Is your feature request related to a problem?

https://www.parse.ly/help/integration/wordpress mentions that:

Installation of the Parse.ly WordPress plugin must be done individually per site. A network install will not work because each site needs to specify the site ID.

We should make handling that task as simple as possible, so that it can be network activated successfully.

Describe the solution you'd like

@jblz says that a simple network enable / site ID setting UI would be super straightforward.

We might also consider providing a solution or documentation on how someone can use a pre-defined set of non-default settings across all subsites (other than than the known-to-be-unique apikey and API secret).

Describe alternatives you've considered

We could do nothing and not support network installation, but that hinders adoption - considers customer applications with hundreds of subsites, and the pain there would be in activating them and configuring them individually (even with bash scripting with WP-CLI).

Additional context

We only have one integration test that requires multisite.

@pauarge
Copy link
Contributor

pauarge commented Jan 5, 2022

Let's make sure we update the documentation on the Parse.ly side to reflect that we support the network installation.

@GaryJones
Copy link
Contributor Author

Other ideas, include having a Network admin page with a table of subsites with links to the Parse.ly Settings page for each subsite. This could later be enhanced with "quick edit" text fields to enter the apikey directly on this network admin page.

@pauarge pauarge self-assigned this Jan 7, 2022
@pauarge
Copy link
Contributor

pauarge commented Jan 7, 2022

@pauarge
Copy link
Contributor

pauarge commented Jan 26, 2022

Development work on this has been finished in the PR above. We should update our documentation accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants