MyBB Documentation

User Groups

The 1.6 Documentation is no longer maintained and some information may be outdated.

The MyBB 1.6 series reached end of life on October 1, 2015.

This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

Each user must be part of at least one usergroup. User Groups basically categorize users, usually by the role they have on the forum. User Groups can also be used to give different permissions to different groups of people.

Contents

There are different types of user groups. These depend on settings in the Admin CP.

Default user groups are those that come with MyBB by default.

Super Administrators
This is the usergroup for the very first user set up when MyBB was installed. Users in this group cannot be deleted, changed or banned. These users are also members of the "Administrators" group. Users cannot be added to this group through the Admin CP; they must be added by changing settings in the inc/config.php file. Note: This is note a real usergroup. It is an extension of the Administrators Usergroup.
Administrators
This is the usergroup for the people with access to the Admin CP.
Awaiting Activation
This usergroup is for users whose accounts have not yet been activated. Usually you won't need to manually place people into this usergroup.
Banned
This usergroup is for people who have been banned from your board.
Moderators
When moderators are created, they are moved to this forum if they are in the registered usergroup to start with. If you manually place users into this usergroup, they will not inherit any moderating privileges until you add them as moderator to a forum.
Registered
This is the main usergroup for most of your users who are registered but are not part of any other usergroup.
Super Moderators
Users in this usergroup can moderate any forum.
Guests
This usergroup is used to give permissions to guests and search engine spiders. Usually no users will appear in this usergroup.

Custom user groups are any other user group that the board administrator has created.

These are custom user groups that any user can join themselves (depending on the user group settings, the users' join requests may have to be moderated by a group leader or administrator first) through the User CP.

Each user must have a primary user group. This is the main user group that will give the base permissions for the user.

Each user may have multiple secondary user groups. The permission settings in these will affect the overall permission-set for the user (see below).

This usergroup is purely for setting the user group that will be shown for the user. It does not affect permissions in any way. For example, if a user had the Registered user group as his primary user group and the Administrators group as the display user group, he will appear as an administrator on his posts, and his username will be in the Administrator color, but he will not have any administrator permissions as he is not part of the Administrators user group.

Currently in MyBB, the "yes" permission overrides any "no" permission. This poses a problem if you explicitly want to disable a certain permission for a user group if users in that user group are in another user group with "yes" permissions for the same permission.

MyBB Features
Archive Mode - Attachments - Multiquote - MyCode - Polls - Private Messages - Reputation - RSS Syndication - Search Engine Friendly URLs - Smilies - Subscriptions - User Groups - User Referrals - Warning System
This is obviously not the complete feature list. See Features.

Edit this page on GitHub