Re: phpbb user always ending up on wp-profile page when added on WP
Posted: Thu Mar 15, 2018 9:19 pm
NO! further fixed for one problem more: when user already existent in wp login via wp-login: the page stop to wp-login page also if the user is logged in, then,
the above
will be changed into:
sorry i had the dinner in the while ... little delay on fixing as soon i've finish all tests come out in mind.
Now should be all resolved.
The file class.wp.w3all-phpbb.php has just been patched definitively i think.
the above
Code: Select all
if (isset($ins_coming_phpbbU)){
Code: Select all
if (isset($ins_coming_phpbbU) OR !strstr($_SERVER['REQUEST_URI'], 'wp-admin') OR !strstr($_SERVER['SCRIPT_NAME'], 'profile.php')){
Now should be all resolved.
The file class.wp.w3all-phpbb.php has just been patched definitively i think.