-
-
Notifications
You must be signed in to change notification settings - Fork 41
Feature Request: Support for limited subsite associations #143
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
Comments
Hoping this could be flagged as an enhancement item for 2.5? I have updated the temporary workaround code mentioned above to read from a separate option defined through an ACF meta form. It means that code does not have to update with every new subsite added, but does introduce small issue when migrating subsites between dev/stg/prod environments if the subsite ID changes. Generally, accessing the settings panel (both ACF data and WPMSLS) to re-save settings post migration addresses it.
|
Related to #180 |
While the feature may still have value to others, I am no longer using this plugin or developing solutions that relate to it for multisite based multilingual purposes. Please remove me as an assignee / participant as it seems without closing the issue GH currently doesn't provide me a way to :/ |
WordPress has the "hidden" Multisite feature of creating multiple networks of sites in one multisite installation. Unfortunately WP currently has no admin screen setting to do this, so either it have to be activated through a plugin or the db. With this feature it is possible to use the correct wp functions to handle networks and blogs |
Hi @michakrapp, are you referring to WP Multi Network? I use that plugin in my own projects and have recently contributed a few PRs there. As for MSLS, it can already handle this feature request either by using the reference user or through a hook in the blog collection. I’ve left this issue open for discussion, but I believe it could be closed at this point. I also plan to translate this post soon: https://ploetner.io/de/von-multisites-zu-multi-networks/ — it should provide enough information for this specific use case. |
Could not remember the plugin name and have not used it yet myself. But on a short look it seems fine. Just wanted to comment the network feature because I saw this issue. So far I have not been using the feature myself and it's not planned. Update: Yes, it was that plugin. |
Feature request closed because it can be done with WP Multi Network. |
Description
The plugin is exceptional when a multi-site setup has every sub-site representing a different language of the same content. However, when a multi-site has multiple actual content sub-sites, there are multiple places where the UI presents all sub-sites for selection that are not appropriate for use case such as:
To Reproduce
Expected behaviour
There is a code-based temporary solution possible through the msls_blog_collection_construct filter
Screenshots


Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: