Pre sales question - CB Subs and Joomla Groups

Tips and best practice of integration phpBB with Community Builder.
Forum rules
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
Post Reply
maddyaus
Posts: 2
Joined: February 26th, 2018, 7:11 am
Name: Maddy
Browser: chrome

Pre sales question - CB Subs and Joomla Groups

Post by maddyaus »

Hello,

I have a pre-sales question regarding the bridge.

We have a subscription based website where we want to open the forum component only to users who have bought selected set of subscriptions. All the subscriptions are managed via CB Subs. When the subscription is purchased, we add the user to one or more Joomla user groups. When they log in, we want them to be able to see only the forums they are allowed to see which are defined based on the user group(s) they are added to.

My questions are as follows:

1. When a user signs up with CB Subs and creates a Joomla account, does that user's profile get automatically created in phpBB without any manual interaction?

2. Users might upgrade their plans making it possible for them to access some other forums which they did not have access to previously. When this happens, does the bridge automatically handles and displays correct forums to the user?

3. We want to create a public forum which is available for everyone who have purchased a specific subscription. In the public forum, they will be able to see each other's posts. We then want a private forum as well where each user will only see their own topics + the replies from admins. Is this achievable?

Thanks in advance.
User avatar
Admin
Site Admin
Site Admin
Posts: 1064
Joined: October 21st, 2008, 6:39 pm
Name: Administrator
Browser: Chrome

Re: Pre sales question - CB Subs and Joomla Groups

Post by Admin »

1. When a user signs up with CB Subs and creates a Joomla account, does that user's profile get automatically created in phpBB without any manual interaction?
If CB Subs uses native Joomla user creation API, it will work.
2. Users might upgrade their plans making it possible for them to access some other forums which they did not have access to previously. When this happens, does the bridge automatically handles and displays correct forums to the user?
The bridge doesn't display forums, forums are displayed by phpBB according to phpBB user's permissions.

The bridge can sync mapped Joomla usergroups to phpBB groups on Joomla user API save.
3. We want to create a public forum which is available for everyone who have purchased a specific subscription. In the public forum, they will be able to see each other's posts. We then want a private forum as well where each user will only see their own topics + the replies from admins. Is this achievable?
Please explore phpBB permissions system first, you can create a forum visible for members of specific phpBB group only.

It's impossible to limit display of own posts only in phpBB.
maddyaus
Posts: 2
Joined: February 26th, 2018, 7:11 am
Name: Maddy
Browser: chrome

Re: Pre sales question - CB Subs and Joomla Groups

Post by maddyaus »

Admin wrote: February 27th, 2018, 1:42 am Please explore phpBB permissions system first, you can create a forum visible for members of specific phpBB group only.

It's impossible to limit display of own posts only in phpBB.

I am actually using an extension to achieve this and it is working fine on phpBB. I just want to make sure the same functionality will be working when this is embedded in to Joomla using the bridge.
User avatar
Admin
Site Admin
Site Admin
Posts: 1064
Joined: October 21st, 2008, 6:39 pm
Name: Administrator
Browser: Chrome

Re: Pre sales question - CB Subs and Joomla Groups

Post by Admin »

Yes, all phpBB permissions and other functionality is preserved.
Post Reply