MyBB Community Forums

Full Version: Move all users to a group.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello you reading this,

I have this 'noobie' group which don't allow users to do certain things.
I have applied a 'group promotion' to move users to the 'registered users' after 20 posts & 12 hours online.

For some reason this doesn't work and I now want to move the whole group
'noobie' to 'registered user'

Any clue on what to do?

Regards,

Senethic
update mybb_users set usergroup=x where usergroup=y

Substitute your noobie group id for x and registered user group id for y.
(2012-10-31, 03:29 PM)spork985 Wrote: [ -> ]
update mybb_users set usergroup=x where usergroup=y

Substitute your noobie group id for x and registered user group id for y.

That would be the number ID to replace 'x' and 'y' correct?


Edit: Thanks for all the help tho your information was not fully correct.

This is the correct line.
update mybb_users set usergroup=*NEW USERGROUP NUMBER* where usergroup=*OLD USERGROUP NUMBER*

Don't forget to remove the *
Oh yes, I got the groups reversed Toungue