by axew3 » Thu May 13, 2021 1:14 pm
1) this is the normal way
2) since there is already another account with same email or username in phpBB, then with code as is, will refuse to create another into phpBB. Custom modification of this can be done, or into hooks that into wp_w3all.php calls the function
that is defined into class.wp.w3all-phpbb.php, or for multisite, to
create_phpBB_user_wpms(, or directly into these functions.
3) come together with point 2, and in addition, would be necessary to change the logic of the
function verify_phpbb_credentials(
where
wp_insert_user( call, and into each part, also into wp_w3all.php file, where the function
wp_insert_user( fire.
That will not be so easy if you not completely understand the logic of the code (that's by the way quite easy in true).
Out of the contest:
https://www.axew3.com/w3/forums/viewtop ... 5194#p5194
this (improved and completed) will be required as mandatory from some (soon) future version, because will allow many possibilities and configurations of any kind.
1) this is the normal way
2) since there is already another account with same email or username in phpBB, then with code as is, will refuse to create another into phpBB. Custom modification of this can be done, or into hooks that into wp_w3all.php calls the function
[code]create_phpBB_user([/code] that is defined into class.wp.w3all-phpbb.php, or for multisite, to [i]create_phpBB_user_wpms([/i], or directly into these functions.
3) come together with point 2, and in addition, would be necessary to change the logic of the [i]function verify_phpbb_credentials([/i]
where [b]wp_insert_user([/b] call, and into each part, also into wp_w3all.php file, where the function [i]wp_insert_user([/i] fire.
That will not be so easy if you not completely understand the logic of the code (that's by the way quite easy in true).
Out of the contest:
https://www.axew3.com/w3/forums/viewtopic.php?p=5194#p5194
this (improved and completed) will be required as mandatory from some (soon) future version, because will allow many possibilities and configurations of any kind.