by axew3 » Tue Jan 21, 2020 10:33 pm
Seriously thinking to switch next plugin version, to be compatible only for php 7 or > ... maybe, maybe not ... ??
Fix: pass array directly into define, to little speed up/optimize code execution where on php7 >
Add: option
Exclude existent and already deactivated phpBB users
on option
List users with 0 posts in phpBB: delete in WordPress and deactivate in phpBB
of the WP_w3all check page, so will be easier to check for unwanted users to be deleted.
Useful because, deleting unwanted WP users, that are so at mean time not deleted, but deactivated in phpBB, leaving these users as deactivated in phpBB, lead to the fact that these usernames/emails can't try to register (nor login) into both WP and phpBB.
Excluding these users from results, may is useful where there are many users to be checked, and there are many deactivated users in phpBB, which for some reason you do not want to delete in phpBB
....
Seriously thinking to switch next plugin version, to be compatible only for php 7 or > ... maybe, maybe not ... ??
Fix: pass array directly into define, to little speed up/optimize code execution where on php7 >
[b]Add: option[/b]
[i]Exclude existent and [b]already deactivated[/b] phpBB users[/i]
on option
[i]List users with 0 posts in phpBB: delete in WordPress and deactivate in phpBB[/i]
of the [b][b]WP_w3all check[/b][/b] page, so will be easier to check for unwanted users to be deleted.
Useful because, deleting unwanted WP users, that are so at mean time not deleted, but deactivated in phpBB, leaving these users as deactivated in phpBB, lead to the fact that these usernames/emails can't try to register (nor login) into both WP and phpBB.
Excluding these users from results, may is useful where there are many users to be checked, and there are many deactivated users in phpBB, which for some reason you do not want to delete in phpBB
....