Re: 2.5.2 released, and coming 2.5.3 logs
Posted: Wed Jan 26, 2022 2:20 pm
About user group option.
In phpBB, it is possible set as default a group for an user (beside the fact that the user can belong so to many other groups).
In WordPress we have default roles (beside the fact that external plugins can add roles as more they like and in any taste).
What the option will do will be as follow if active:
when an user will be updated to a group default for member known as a default phpBB group so like and recognized into user session as:
REGISTERED
REGISTERED COPPA
GLOBAL MODERATORS
ADMINISTRATORS
BOTS
NEWLY REGISTERED
or
Moderators
the user will switched to the corresponding Role in WP.
The same goes for the contrary:
if a role found, group in phpBB for the user will be also updated to the corresponding
ex: moderators in phpBB -> editors in WP
The simply code, will aim to be not only an option, but an easy start point that can be edited to match any plugin or extension with easy, just adding few things (may added as separated file that can be included and where a simple array can be provided to add roles or groups and where to switch to a group or a role)
The same option will be provided in phpBB via the phpBB WordPress extension
In phpBB, it is possible set as default a group for an user (beside the fact that the user can belong so to many other groups).
In WordPress we have default roles (beside the fact that external plugins can add roles as more they like and in any taste).
What the option will do will be as follow if active:
when an user will be updated to a group default for member known as a default phpBB group so like and recognized into user session as:
REGISTERED
REGISTERED COPPA
GLOBAL MODERATORS
ADMINISTRATORS
BOTS
NEWLY REGISTERED
or
Moderators
the user will switched to the corresponding Role in WP.
The same goes for the contrary:
if a role found, group in phpBB for the user will be also updated to the corresponding
ex: moderators in phpBB -> editors in WP
The simply code, will aim to be not only an option, but an easy start point that can be edited to match any plugin or extension with easy, just adding few things (may added as separated file that can be included and where a simple array can be provided to add roles or groups and where to switch to a group or a role)
The same option will be provided in phpBB via the phpBB WordPress extension