---
title: "How to create and manage user ranks in phpBB 3.0"
description: "When working with users in your phpBB board site, you may wish to segregate users into different ranks. Ranks are simply titles that are achieved when a user has posted a specific number of posts...."
url: https://www.inmotionhosting.com/support/edu/phpbb/create-user-ranks-phpbb/
date: 2013-03-29
modified: 2022-03-11
author: "Scott Mitchell"
categories: ["phpBB"]
type: post
lang: en
---

# How to create and manage user ranks in phpBB 3.0

When working with users in your phpBB board site, you may wish to segregate users into different ranks. Ranks are simply titles that are achieved when a user has posted a specific number of posts. They are more or entertainment than anything and do not grant special privileges in and of themselved. In the instructions below, we will show you how to create user ranks in your phpBB 3.0.

## Creating user ranks in phpBB 3.0

1. [Log into your phpBB admin dashboard](/support/edu/phpbb/phpbb-login/).
2. From there, click on the **Users and Groups** tab.
3. [![select manage rank from menu](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_select-manage-rank.png)](/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_select-manage-rank.png) From the *Users and Groups* admin page, find the left hand sidebar and locate the *Users* category. From there, click on the **Manage Ranks** link to take you to the user rank management screen.
4. [![click add new rank button](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_2-select-add-new-rank.png)](/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_2-select-add-new-rank.png) On the Manage Ranks screen you will see a list of existing user ranks. The only default rank is *Site Admin*. Click on the **Add New Rank** button to begin creating your new user rank.
5. [![insert rank settings](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_3-rank-settings.png)](/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_3-rank-settings.png) Next is the Rank settings page. Here is where you customize your new rank. Rank Title Name your new rank. Rank Image Select an image for your title (if available) Set As Special Rank Ranks of this type not automatically achieved and must be assigned manually by an admin. Minimum Posts The number of posts where the rank becomes active. Will not display if ‘*Set As Special Rank*‘ is enabled.
6. [![new rank listings](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_new-rank-after.png)](/support/wp-content/uploads/2013/03/edu_phpbb_users-and-groups_create-new-user-rank_new-rank-after.png) Once you have your settings configured, click the **Submit** button to save your new rank. After receiving a success message your new rank will appear in the rank listings.
