If you do not want to use this feature, and uninstall/reinstall the extension, you can leave in place 1.0.1 and follow with it
viewtopic.php?f=2&t=1670
The option do not need to be activated into the extension because the secure mechanism where it is wrapped, will only work if the WP_W3ALL plugin is installed into related and linked WP and the related option active into the Wp plugin admin page (the option self explain what it do)
It have no effect nor impact if not used/called.
It have no effect even if used/called improperly.
It require WP 2.5.5 that will be released presumably within today
Delete phpBB users when users deleted in WordPress
Note that before to activate this option, it is required to install the phpBB WordPress extension in phpBB.
If the phpBB WordPress extension is not installed in phpBB, this option will not affect.
Note that if this option is not active, users are deactivated in phpBB and not deleted, when deleted in WordPress (that is also a good antispam method).
Note that activating this, will not be possible to delete more than 50 users per time in WordPress (the delete action will refuse to follow, informing you to deactivate this option if you like to do so)
Code: Select all
== Changelog ==
= 2.5.5 =
*Release Date - 9 Feb, 2022*
* Fix: correctly remove all db options (famous 5/6 rows) when plugin uninstalled
* Fix: clean up function wp_w3all_phpbb_delete_user_signup() from not necessary code
* Add: no_avatars="1" param into shortcodes 'w3allastopics' and 'w3allastopicforumsids'. If the paramater is set and is set to 1, avatars will not display into the used shortcode, even if into the plugin admin, avatars settings have been set as active. Note that to update to this if using custom shortcodes files you have to substitute these files or this shortcode option will not affect
* Fix: 'w3allforumpost' shortcode to correctly display or not the attachment panel into rendered posts
* Add: option delete users in phpBB when deleted in WordPress. It require the 'phpBB WordPress integration extension' installed in phpBB to work as expected. It do not require to activate any option into the extension
* Note about delete users option: by default users deleted in WP are deactivated in phpBB, and it will continue to be the default behavior if option not active (and even if active: so that if the cURL will fail, and users not deleted in phpBB, users will be by the way deactivated in phpBB)
* See logs: https://www.axew3.com/w3/forums/viewtopic.php?p=5511#p5511
* phpBB extension: download and follow instructions if you wish to update to 1.0.2 (that only add the above mentioned feature about users deletion) here: https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=1670
* Note: the phpBB extension will not anymore provided within the plugin. To make it more comfortable to be updated all will be ever into one single place: https://www.axew3.com/w3/forums/viewtopic.php?p=5509#p5509
* Fix: more hints simplified (to be more clear, like about bruteforce behavior) into phpBB admin
* New: help install simplified, shortened and improved has bewen linked into plugin admin and the old marked as obsolete: https://www.axew3.com/w3/wordpress-phpbb-integration-install/
* More minor fixes and clean up