Page 1 of 1

phpBB WordPress 2.3.7

Posted: Wed Jul 15, 2020 6:57 pm
by axew3

Code: Select all

= 2.3.7 =
*Release Date - 15 Jul, 2020*

* Fix: passwords flow, for new coming logged in users in phpBB, that are inserted and logged on fly in WordPress, without receiving 'Pass do not match' and a logout at first visit in place of an auto login
* Fix: password do not match in phpBB, if changed in WP profile (because phpBB require a min cost of 12 on hashing password, and last plugin update missed this aspect)
* Fix: bug on login widget/shortcode
* Fix: usernames correctly added in WordPress when coming from phpBB (lowercase bug)
* Fix: non latin chars like Cyrillic: users are now fully and correctly handled/inserted in WordPress (UTF-8)
* Fix: transfer process for users from phpBB to WordPress
* Fix: return correct notice to users, if they are deactivated in phpBB, and avoid to logout without informing the user of what happen to his account
* Fix: MUMS correct user addition into the first visited blog and fix more mums bugs
* Change: a phpBB banned user, will not be deactivated in WordPress, but will never be able to login: a notice will display to inform what's going on with his account. So when ban end, the user will be able to login again with same WP roles (that has been the more easy and 'less code solution')

Re: phpBB WordPress 2.3.7

Posted: Fri Jul 17, 2020 6:24 am
by muti
After update i got warning Notice: Constant W3PHPBBLASTOPICS already defined in /home/public_html/wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line 2811

Re: phpBB WordPress 2.3.7

Posted: Fri Jul 17, 2020 8:16 am
by axew3
Hello! Thank for the report. You can comment out the line 2811 in the while if you can

open up class.wp.w3all-phpbb.php

Code: Select all

define( "W3PHPBBLASTOPICS", $t ); // avoid more calls if more than 1 widget
change into

Code: Select all

//define( "W3PHPBBLASTOPICS", $t ); // avoid more calls if more than 1 widget
Checking the problem, activating on test any last topic widget/shortcode, hope will be reproduced.
Could you mention what you are using?
Widgets or shortcodes or both? Testing how it can come out, since it should fire only if the define is not defined. Some process mess up in some circumstance. Let see all the logic of this for the next coming 2.3.8

Re: phpBB WordPress 2.3.7

Posted: Fri Jul 17, 2020 11:41 am
by muti
After recommend the line everything is good.
I have custom front page with "[w3allastopicforumsids topics_number="6" forums_id="5,6,31,32,33,36,41,43,22,23,8,938,45,20,60,28,44,39,42" post_text="0" text_words="50" ] "

Re: phpBB WordPress 2.3.7

Posted: Fri Jul 17, 2020 12:57 pm
by axew3
All about this will be checked and fixed on next coming soon 2.3.8.
If any more you may found let know!