I’m trying to set up a new website for video courses, but I can’t find a tutorial on my particular issues. Not even sure what terms to search on, and haven’t found an answer in the forums either.
Here’s the flow I’d like:
- I added a page in the Members Area called “My Courses” which shows all the courses a member has access to, and hiding the ones that are not part of their plan.
- Click on a course in the My Courses page, that goes to a “collection” page showing all videos for that course.
OR
Click on a course in the My Courses page that goes to a lesson page for just the first video in the course, and has a next/previous button to move onto the other videos in that same course. (I don’t use Wix Video because it’s a mixed tutorial situation with supporting documents and what not)
My problems:
-
My Courses page is not limited by the members information. I have a user that has no plan associated with them (a “free” member), and they see all courses on the My Courses page. I don’t see how to connect the Member data in a way that can filter on plans purchased.
-
I can’t seem to get the dynamic pages to limit themselves based on the course selected on the My Courses page. If you click on course #3, the page starts showing you that course, but after a moment updates to display course #1. That one is particularly maddening.
My databases:
- The private Membership data table that comes standard (I don’t see a field for plans purchased in it, so no idea how to filter content on what they bought!)
- The Plans table that is auto set up with adding the plans & pricing feature.
- A course table that lists each course, what plans have access to it, what the course’s dynamic page link would look like.
- A course content table that has data for each video lesson (there are several lessons per course), the course name each video falls under, a lesson sort order, and the system generated fields for dynamic page links.
I’m sure this is solvable, and there must be a gap in my set up. But after several days googling, I can’t find the missing pieces to filter these pages as desired.
If there is a tutorial on how to set up a page that looks vaguely like skillshare or udemy’s course layout, that would be particularly awesome.