doublespark / contao-forum-bridge-bundle
Connects phpBB to Contao
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 1
Type:contao-bundle
Requires
- php: >=7.2
- contao/core-bundle: ^4.8
- contao/manager-plugin: ^2.0
- guzzlehttp/guzzle: ^6.5
README
Allows the Contao member system to work with phpBB.
Requirements
- phpBB has to share a database with the Contao site.
- The two sites need to be located on the same server.
- The two sites need to be located under the same top-level domain (but can be on different subdomains).
Setup
- Install the Contao Forum Bridge Bundle into Contao.
- Install the Contao Bridge phpBB extension into phpBB.
- Contao CMS and phpBB will now be able to communicate.
Configuration
Once the module is installed, go to Contao's 'Settings' and set the following options:
Overview
All account management (including registration, login and logout) is handled by Contao. Once logged into Contao, members will automatically be logged into phpBB upon visiting the forum.
Members
When members are added to Contao they are automatically mirrored in phpBB so each member account in Contao has a corresponding user account in phpBB. You can manually assign Contao members to specific phpBB users using the 'phpBB Account' field on the 'Add/edit Member' form in Contao.
Groups
Contao groups can be associated with phpBB groups. To do so, edit a Contao 'Member Group' and select the name of the corresponding phpBB user group from the 'phpBB Group' field.