MyBB Community Forums

Full Version: Group ID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have read a couple of threads on how to find out the Group ID's but I still can't seem to get it. I don't know where to go to open the database to see the list. Please help Smile
Someone has to know. Please?
Which group ID do you need?

For example, administrators:

INSERT INTO `mybb_usergroups` VALUES (4, 1, 'Administrators', ...

Group ID = 4.
you can see that phpmyadmin
In a plugin I have it asks for the GID of who can use it. I would like to set it to my custom group but I can't find the GID for it.
Download the back-up then, and search like I did. That's another possibility.
Thanks so much for everyone's help Smile

Lex: That is perfect and makes things so much easier! Thank You!