Help & Support

Can I configure custom user groups or colors?

Cbox Premium and Pro allow you to customize the four built-in usergroup name colours at your Themes page. The group colours you can specify are Normal, Registered, Moderator, and Admin. These correspond to the user types at your Users page.

In addition, you can use Filtering rules to specify unique styles for selected names, including unregistered ones. To do this, add rules as follows, one per line:

jacob:[color=green]jacob[/color]

In the above example "jacob" is the name of the user. You can change the colour to any valid HTML colour name or hex code. You will need to have boxcode enabled in order for this to work.

Custom CSS-based rules

For registered users you can create custom CSS to target their names or messages by ID. For example:

.msg[data-uid="123456"] .nme {
    color: red;
}

The data-uid is the registered user's Cbox ID. The easiest way to get this is to click the user's name in your Cbox. An at-tag will appear in your message input box, e.g. <@123456|ExampleUser> where the number after the @ is the user ID.

Last updated 20 May 2024

« Support home

Loading...