MyBB Community Forums

Full Version: Some errors?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 30vnk49.jpg]

How I will be able to FIX this error?
And how i can Transfer all users to the Registred Groups?
I mean all Admins, Moderators, evryone was to Registred ?
Someone here for help please

Best regards to MYBB Team Group
Run the queries in post #3 and #14 here: http://community.mybboard.net/thread-62265.html
Thanks that's Helpful error Fixed Big Grin

Can you please tell me and how i can CLEAR users From ADMINISTRATOR Group?
Cus when i Transfer from my old Site to new one many USers are ADMIN i wanna delete them by one Click not one by one Confused
Hmm, you could write a query with their user ids to change their group...
Can you explain more about this ?
Heyy anyone please many admins are :A 332 I have delete some manualy but that's make me angry Toungue can someone tell me how to Purne that users or Mass drop Group to delete or anyway Big Grin to leave them ADMINISTRATOR Group Confused
UPDATE `mybb_user` SET `groupid` = '1' WHERE `groupid` = '4'; 

now, I have no idea what the tables are and I'm not downloading mybb to find out Toungue. I just filled in with guesses that should be close.

You'll have to change "mybb_user" to what ever the user table is called. "groupid" to what ever the groupid field is in the user table. And change the "1" to the group id that you want to move the people to. And the "4" to whatever the groupid of the admin group is.

Then you should only have to change the admins by hand.