Skip Navigation

[Resolved] Create membership type site where a member should be assigned to a group

This thread is resolved. Here is a description of the problem and solution.

Problem:

I'm trying/wondering if it's possible with toolset to create a membership type site where a member will be added to a specific "group" upon registration (can be done manually if necessary)...and that group can view that group's single page only

Solution:

You can try these:

https://toolset.com/forums/topic/create-membership-type-site-where-a-member-should-be-assigned-to-a-group/#post-1616407

Relevant Documentation:

https://toolset.com/forums/topic/create-membership-type-site-where-a-member-should-be-assigned-to-a-group/#post-1616407

This support ticket is created 4 years, 6 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.

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 3 voices.

Last updated by Joe 4 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1612925

Joe

Tell us what you are trying to do?

I'm trying/wondering if it's possible with toolset to create a membership type site where a member will be added to a specific "group" upon registration (can be done manually if necessary)...and that group can view that group's single page only (which will house specific content for that group only). There will be many groups and each group will have multiple members. And each group will have a single page which can only be viewed by the group's members.

Is there any documentation that you are following?

Not at this point. I'm in discovery phase now.

Is there a similar example that we can see?

No, this will be a unique webapp.

What is the link to your site?

The site is only on my local machine at this point.

#1613607

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Toolset offers a step by step tutorial using which you can learn how you can build the membership site:
=> https://toolset.com/learn/create-membership-site-wordpress-using-toolset-plugins

In addition to that, Toolset also offers a free test platform http://www.discover-wp.com where you can create a test site using any of our available reference sites and you could be happy that we offer a membership site as a reference site.
=> https://discover-wp.com/site-types/membership-layouts/

I suggest you should create a test site and check and play with it. Once you go through it, please let me know if you require further assistance.

#1615673

Joe

Hi Minesh,

Although I appreciate your response, it doesn't answer my question. I know of discover wp and it's reference sites. My question was about a membership type site where a user is assigned to a group. And that group of members are the only ones that can see a specific page (other members of other groups could not).

e.g.
- the site has a group called Charlotte Cycling and another group called Charlotte Moms
- the Charlotte Cycling group has 6 members (users) assigned to the group currently and the Charlotte Moms group has 14 members (users) assigned to it
- I go to the Charlotte Cycling page of the site and there's a message saying something like "you need to be a member of this group to view this page" with a "sign in" button below it
- I use the sign in button successfully and am redirected back to that page which I can now view the contents of
- If a member (user) of the Charlotte Moms group goes to the Charlotte Cycling page they'll see the same message, only when that user signs in from the Charlotte Cycling page they will be shown the same message like "you need to be a member of this group to view this page.

So, even though both users are registered on the site, they can only see the page that they are a member of "Charlotte Cycling" or Charlotte Moms.

Hopefully that clarifies my question.

I look forward to your response.

Thanks!
Joe

#1616407

Dear Joe,

In my opinion, you can try these:
1) Create custom user roles, for example:
- Charlotte Cycling
- Charlotte Moms

2) Create a custom post type, for example "group-cpt"

3) Add "group-cpt" posts, setup the read access for each "group-cpt" post to different user role, so different user role can only see their own "group-cpt" post.

More help:
https://toolset.com/documentation/user-guides/access-control/limiting-read-access-specific-content/
Limiting read access to specific content

#1617365

Joe

Thanks for the feedback Luo! I'll play with those options to see if any of them fit my goals. I was trying to not add hundreds of CPT's as I'm not sure how that would affect the speed of the site, but I have to do what I have to do.

Thanks again!