Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Move all users to a group.
#1
Not Solved
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
#2
Not Solved
update mybb_users set usergroup=x where usergroup=y

Substitute your noobie group id for x and registered user group id for y.
RedHat Certified Systems Administrator
#3
Not Solved
(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 *
#4
Not Solved
Oh yes, I got the groups reversed Toungue
RedHat Certified Systems Administrator
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)