Problem:
I'm trying to replicate groups with Toolset, similar to the ones of buddypress.
So a user can create a group CPT, make it private or public, join request, and then only users who were granted access can navigate the group.
Solution:
It needs to setup many-to-many relationship between WordPress user and post type "group", for example:
- One user can connect with multiple "group" posts
- One "group" post can connect with multiple WordPress users
Since Toolset relationship is based on post types, you can try with a intermetiate post type, for example:
https://toolset.com/forums/topic/groups/#post-1602025
Relevant Documentation:
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.
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 4 replies, has 2 voices.
Last updated by 4 years, 9 months ago.
Assisted by: Luo Yang.