Hello Wixers,
Is it at all possible to share databases among two Wix websites?
I want to create an “admin” website for a business, yet in order to workaround the one-universal login I had to make this admin dashboard in a seperate Wix site. Which is somewhat frustrating. Unless, it’s possible to restrict a web page to a specific user? Or even to make a specific restrictred “user/workgroup”. If not, I think the last (if possible) solution would be to somehow share a database among two Wix sites.
Respectfully,
Jason LaPierre
Hello Jason,
Sharing collection data between Wix sites is not possible directly.
However, it is technically possible, although somewhat complicated, to create a management platform that shows information from a different Wix site using http-functions . See more here .
You will have to expose your data using http-functions and read it on your other site using fetch .
Regarding your question, it is possible to create member only pages, both with and without Wix Code.
The easiest way to achieve this is by adding password protected pages and only share the password with authorized people.
A more complicated yet highly customizable method is by creating member profile pages with WixCode.
You can find a tutorial here .
This method allows you to add special fields to your member list and then check these fields when a member is trying to access a certain page.