by axew3 » Wed Oct 17, 2018 11:06 pm
I migrated a same scenario days ago, after all the rest done jet, i'll migrate some of lacking posts/topics between the old domain and the new domain on coming Saturday night, to adjust the new board adding all latest posts/topics done on the old domain forum in between update time in the other domain, and just before presentation to site owners. They have just registered users.
To add an user into phpBB and more then one group is required to add a line of code in places i indicate on above post.
To code something that can be switched between different memberships configurations may isn't complicate, offering options about this for any scenario, i need to take a more deep look into before to be sure about the fact that would be easy offer options on plugin admin page about this.
If you want synchronized in the way that, let say x example an user register in wp and is added in phpbb (also in more then one group), but after the user is promoted to some other group in Wordpress and you need it also updated to related group in phpBB, not possible with code as is.
As is, the plugin code completely ignore groups except in the time they register, or they are transferred. An exception is for WP users, that if deactivated in phpBB side, then same deactivated users, when visiting/login wp side are switched to belong to no group in WP and consequently logged out if the case. If reactivated in phpBB, they are reactivated in WP as registered when the will visit as logged or login wp side.
In the while you should may show mysql dump of the phpbb_groups table, structure and data, and maybe something else, but it depend on how you configured phpBB.
If you provide the above here, may i will try to give you the solution.
(if needed more advanced assistance or features, you'll may need to contact me in different way because the plugin not contain code for scenario like the example i mentioned above, almost at this time. By the way i will put on queue and i will take a look to implement if possible by default, but i can't grant about when this feature will be in case added).
I migrated a same scenario days ago, after all the rest done jet, i'll migrate some of lacking posts/topics between the old domain and the new domain on coming Saturday night, to adjust the new board adding all latest posts/topics done on the old domain forum in between update time in the other domain, and just before presentation to site owners. They have just registered users.
To add an user into phpBB and more then one group is required to add a line of code in places i indicate on above post.
To code something that can be switched between different memberships configurations may isn't complicate, offering options about this for any scenario, i need to take a more deep look into before to be sure about the fact that would be easy offer options on plugin admin page about this.
If you want synchronized in the way that, let say x example an user register in wp and is added in phpbb (also in more then one group), but after the user is promoted to some other group in Wordpress and you need it also updated to related group in phpBB, not possible with code as is.
As is, the plugin code completely ignore groups except in the time they register, or they are transferred. An exception is for WP users, that if deactivated in phpBB side, then same deactivated users, when visiting/login wp side are switched to belong to no group in WP and consequently logged out if the case. If reactivated in phpBB, they are reactivated in WP as registered when the will visit as logged or login wp side.
In the while you should may show mysql dump of the [b]phpbb_groups table, structure and data[/b], and maybe something else, but it depend on how you configured phpBB.
If you provide the above here, may i will try to give you the solution.
(if needed more advanced assistance or features, you'll may need to contact me in different way because the plugin not contain code for scenario like the example i mentioned above, almost at this time. By the way i will put on queue and i will take a look to implement if possible by default, but i can't grant about when this feature will be in case added).