I am trying to make pages similar to the “My Account” page that displays information from a database. Members would not be able to create or update information on these additional pages, it would be information I’ve personally updated in the database. Example, Member A can see data specific to Member A only on a page listing “equipment information”. Assuming that can happen, is it possible to add PDF files or pictures specific to Member A to display as well? #custommemberpage #admineditonly
Hi David, I have the same question now. Did you by any chance find a way to make it works that you could share?
Thanks a ton in advance.
There are a lot ways to achieve this since we can code what we want.
Wix Members Custom Pages
You can create custom member pages with Wix Members app.
Dataset Filtering Based on Logged-In Member
CMS (Formerly Content Manager): Using Datasets to Sort and Filter Live Site Content
You can also filter datasets that connected to page elements based on logged-in member. (Use _owner field in collections)
There is a tutorial (video) that I have created. → Filtering Database based on Logged-in Member
Filters with wixData APIs
If you want to create custom pages and filter with Velo/JS (routers/dynamic pages) you can use wixData to query collections with advanced filters.