
#2
Apr 26th 2017 1:14am
There are two solutions. One is as you mentioned, to delete the users from WordPress and then set the following in the bridgedd_config.php file:
This setting will automatically integrate logged-in phpBB users when they visit your WordPress site. Please do not make this settings change unless you first delete the users in WordPress, and also make sure that you don't delete your admin account in WordPress!
The other solution is to allow your users to manually integrate their two accounts. To do this, they would log in to phpBB and then go to your wp-login.php login page on your WordPress site. They will see an integration screen, and they should choose the appropriate integration option. This is the safer of the two options since you aren't deleting users, but it means more work for your users.
- Code: Select all
define('BRIDGEDD_AUTO_INTEGRATE', 'wp');
This setting will automatically integrate logged-in phpBB users when they visit your WordPress site. Please do not make this settings change unless you first delete the users in WordPress, and also make sure that you don't delete your admin account in WordPress!
The other solution is to allow your users to manually integrate their two accounts. To do this, they would log in to phpBB and then go to your wp-login.php login page on your WordPress site. They will see an integration screen, and they should choose the appropriate integration option. This is the safer of the two options since you aren't deleting users, but it means more work for your users.