At the moment, synchronization is implemented server group => forum group.
Management is located in "Groups & Permissions" if the administrator has the right to manage groups.
- Has a group
Here you need to specify which group the administrator should have. - On server(s)
Specify on which servers the user should have an admin access (must be on all these servers). - Give a group(s)
Which groups to assign to the user on the platform.
- XenForo 2.2.8+
- BlackTea/SteamAuth 1.7.9+
- Add to
src/config.php
connection credentials:
$config['sbintegration'] = [
'host' => '',
'port' => 3306,
'username' => '',
'password' => '',
'dbname' => ''
];
- Install addon via CP or CLI.
- In the options (admin.php?options/groups/pbySBSync/), specify the table prefix and the number of users to synchronize (per synchronization).