Hi,
i want to build a Membership page with MemberPages those should presents the Members to other members and which are adjustable by the Owner (Member itself).
Is it a good idea to build it like the "gyms and trainers" site but in my case the gyms are something like the memberprofiles in my upcoming membership site?
Hello,
You can try these:
1) Create a custom post type "Membership"
2) Create a page "My Membership", display a post view:
- Query "Membership" posts
- Filter by post author is same as logged-in user:
https://toolset.com/documentation/user-guides/views/filtering-views-query-by-author/
- In view's loop, display "Membership" post information + editing post form link:
https://toolset.com/course-lesson/front-end-forms-for-editing-content/
If there isn't any result found, display the post form for creating new "Membership" post:
https://toolset.com/course-lesson/front-end-forms-for-adding-content/
Hello,
thanks so far, i am getting closer.
Please update here if you need more assistance for it, thanks
Thanks again. With your help and some research i made it. It is not that easy but with some help of the Gyms Sample it is possible to fix.
This one was helpful in my case too:
https://toolset.com/forums/topic/restrict-number-of-posts-per-user/
Thanks for sharing the related thread, is this issue resolved? Please update here if you need more assistance for it, thanks
My issue is resolved now. Thank you!