This is fork of https://bitbucket.org/keiosdevs/oc-multisite
Due to lack of development and my own need of custom features - it was forked. I appreciate all the original work done.
- Register themes for different domains
- Filter which domains can use backend
- Pass custom data for different domains
- Navigate to Settings -> CMS -> Multisite
- Enter your desired domain name (Fully Qualified Domain Name required) and select active theme for that domain.
- Save, that's all, anyone visiting selected domain bound to that OctoberCMS instance will see your selected theme.
If you change your themes without changing selected themes in Multisite settings, plugin will automatically route all non-matching requests to theme selected as default in OctoberCMS theme selector. That might complicate things a bit, read further.
As theme selector of OctoberCMS will be overridden by this plugin, it will have another role - theme selector will now allow you to switch between themes used for edition in CMS module. However, theme selector is used to select default theme and should anything happen to Multisite configuration, plugin will redirect all non-matching requests to that theme. If you change theme to work on it on a site visited by your guests, it would be a smart move to switch back to your desired default theme in theme selector when you end your work, just in case.
Your settings are saved in database and cached using your configured cache service on every configuration save to avoid unneeded database calls.
MIT