MyBB Community Forums

Full Version: usergroup transfer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to transfer all future registered members to a different one. I tried group promotion and it is not working.
by default MyBB puts all new users into Awaiting Activation group (if activation required) and then into Registered (after activation)... the easiest method to change this is to rename the "Registered" group and then use group promotions to move them to a group you wish...

or you need to do a core edit in the member.php file around line 138, and change the group id

https://github.com/mybb/mybb/blob/featur...r.php#L138