Multisite (network) support
-
Hello again ??
I know multisite support is a long story, but anyway will ask you to think about it.
Plugin works for multisite except it works for one site only. For the main one.
The problem is USER is always the same for all the sites in network and has same preferences for all sites.
So, you are using the WEBSITE parameter of USER which can be only ONE. That mean if I have english website with english page of use A nad german website with german page for same user A then your plugin can use only one of those pages.
I don’t see any simple solutions here. The only solution I can propose to you is to set multiple WEBSITE urls in to the same field using some kind of delimeter. For example “^” symbol is not used in URLs and can separate two URLs in same WEBSITE string.
https://en.xxx.com/person-a/^https://de.xxx.com/person-a/
You can then parse this string very fast.
There is another problem I see in multisite configuration. I can’t save the scedule for the second site. It’s ok for main site, but not for other sites. I can’t help here because I’m not sure where you store this information (in which table?). Looks like plugin can’t save scedule settings in to tables of second website. They usually have additional prefix like “wp2_, wp3_ etc…”
Well… Sorry for asking too much )) but it is very harf to edit schedule for 20+ people for each site language. So I want to switch to multisite and have setup everything except your plugin which I really love and need.
Thank you!
- The topic ‘Multisite (network) support’ is closed to new replies.