Skip Navigation

[Resolved] Membership Site – Memberprofile Page

This support ticket is created 2 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 1.15 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 6 replies, has 2 voices.

Last updated by joachimS-2 2 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#2405699

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?

#2405811

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/

#2408649

Hello,
thanks so far, i am getting closer.

#2408839

Please update here if you need more assistance for it, thanks

#2409529

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/

#2410623

Thanks for sharing the related thread, is this issue resolved? Please update here if you need more assistance for it, thanks

#2410681

My issue is resolved now. Thank you!