MyBB Community Forums

Full Version: Usergroup ID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I determine the ID of a usergroup?
search for 'gid' in the url and the id should be right next to it (After the = sign)
where can I find this 'gid'? Is it supposed to be in the URL after clicking on a members name or something else?
GID :: NAME
___________
1 :: Unregistered
2 :: Registered
3 :: Super Moderators
4 :: Administrators
5 :: Awaiting Activation
6 :: Moderators
7 :: Banned

The GID of the group should be displayed in a column or between () after the Groupname if you enter the Manage Groups section of the ACP.

Edit ::

If you want it to do yourself.
Open admin/usergroups.php

Find ( should be 3 times )
{$usergroup['title']}

Replace by
{$usergroup['title']} ( {$usergroup['gid']} )