Plugin Author
ERA404
(@era404)
Hello @anigarzat
This sounds like two separate issues:
1) WP Multisite MAIN site has access to the StaffList database table, but Multisite SUB sites do not. We can troubleshoot this for you, and extend StaffList to support WordPress Multisite, if you give us a bit of time.
2) Uploading a spreadsheet to a SUB site is trying to store the records to the SUB site database table (which does not exist), instead of the MAIN site table.
We’d also like to examine your spreadsheet (or a sample of it) to see if there’s an issue with the document itself. Please reach out to us via the contact link on our website, and we’ll coordinate sharing the document with our developers.
Thank you,
ERA404
Plugin Author
ERA404
(@era404)
Hello @anigarzat
Please try StaffList v2.7.5 to see if that resolves your issues.
Kindly, let us know your experience with this updated version.
ERA404
Hi,
Thanks a lot for your reply!! I was eager to test the new version of stafflist.
And now it does works on subdomains of MULTISITE, BUT if I upload a file to demos.mujerhacendosa.org that same file uploads to main site to.
What I need, is to be able to use Stafflist on subdomains (blog.id) of MULTISITE and upload to each blog/subdomain a different file. Because although now the plugin works on subdomains, I can`t have different uploaded files, and that is the reason for a Multisite.
Maybe this might work for the progammer:
https://wordpress.stackexchange.com/questions/25382/making-my-plugin-multi-site-compatible
Still a great plugin!! Making it multisite, will be perfect, thanks a lot! -Ana
Plugin Author
ERA404
(@era404)
Hello @anigarzat
Have a look at the “subset” shortcode attribute, so that you can manage one list, and still display separate results on separate sub-sites:
https://ww.wp.xz.cn/plugins/stafflist/#installation
This is how StaffList empowers site owners to provide different results on both Multisite WP and single site, alike.
ERA404
Yes, the subset is great, because I can add this subset per multisite/subdomain and it will seem that the file is exclusive for that site.
The only problem left is, that if I need to upload a file with an xyz subset (because of changes to some records); the plugin dont give me an option whe UPLOADING, to replace just the records on THAT subset.
That means that the uploaded file will be REPLACED completely or add the upload file again making duplicate records.
So the solution could be… when uploading a file ask if the file will be replaced or added to JUST THAT SUBSET, leaving the rest of the records untouched.
Thanks, and great plugin, is a 5 star! Thanks, -Ana
Plugin Author
ERA404
(@era404)
Name Sites
User1 a
User2 a
User3 ab
User4 ab
User5 ac
User6 b
User7 bc
User8 c
Our users find it’s easier to maintain one spreadsheet (offline) and one table of users (online). So while there may be some edge cases where another process is preferred, we don’t have any features in our development roadmap currently to support them. I would recommend the following, in your case:
Site A
[stafflist subset="sites:a|ab|ac"]
Site B
[stafflist subset="sites:b|ab|bc"]
Site C
[stafflist subset="sites:c|ac|bc"]