Notifications
Clear all

[Solved] Membership based access

6 Posts
2 Users
1 Reactions
643 Views
Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 2 years ago

TL;DR

I want to provide access to forums based on membership system, considering that an account might be a member of multiple programs, and accordingly should have access multiple forums

Full Question

I'm pretty new here, and I already like WPForo

I want to create a membership based forum access. For example, let's say that I have a membership site with three types of programs that are not mutually exclusive: "Teacher", "Coach", "Trainer". I want to give each of them access according to their subscription, considering the case that a member might have purchased more than one membership package

What I noticed is that a membership plugin can provide access by assigning a WP role, which maps to a User Group. The problem with that is that roles are mutually exclusive, so I can't assign multiple roles to an account

What is the possible way to solve that?

5 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @mustafamohsen,

You have three membership roles - "Teacher", "Coach", "Trainer". Are these roles connected/synchronized to WordPress Roles?

Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 2 years ago

Hi @chris

Thank you

These are just examples. I don't have any of it set up yet, awaiting guidance

Kindly note that these are NOT mutually exclusive, in contrast to WP Roles

3 Replies
(@mustafamohsen)
Joined: 2 years ago

Trusted Member
Posts: 44

Hi @chris

I was wondering, do you have any insights?

Thanks

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@mustafamohsen,

Check this Plugin: https://wordpress.org/plugins/multiple-roles/

You can find other a*s well.

(@mustafamohsen)
Joined: 2 years ago

Trusted Member
Posts: 44

@chris Thanks! I appreciate it