Loading...
Changes Saved.
Error Occurred!

Changing the User Group Colors

Changing the User Group Colors

It is possible to have different formatting for members of different user groups in the active user strip. The active user strip shows all active members and can be located at the bottom of board view. You can use this option to change the color, have the user group in bold, underlined or italic text and more.

ACP -> Manage User Group -> Edit Group

Do this for the user group you want to change the display for. Now, you will see a lot of options.

Step 1: Find "Online List Format [Prefix]"

Type the start tag of the features you want to display. Note that you cannot use BBCode here so you need to use HTML/CSS. Here are some examples on tags that can be used.

Bold:
Quote:
<span style='font-weight: bold'>
Underlined:
Quote:
<span style='text-decoration: underlined'>
Italic:
Quote:
<span style='font-style: italic'>
Change the size:
Quote:
<span style='font-size: 14px'>
Change the thing in blue to change the size.

Change the color:
Quote:
<span style='color:#Hex'>
Replace Hex with the number for the color you want. Here is a good color chart:

http://www.somacon.com/p142.php

As you can see, the number you should replace Hex with to get a dark blue color is 00008b.

You can also have more than one of these features. You do this by simply adding together the codes like this:

Red and bold:
Quote:
<span style='color:red; font-weight:bold'>
Bold and Underlined:
Quote:
<span style='font-weight:bold; text-decoration:underlined'>
and so on. Don't forget the semicolon (;) between the different parts of the code. If you don't have it in the code, it will not work.

Step 2: Find "Online List Format [Sufix]"

The only thing you need to put in that box is this:
Quote:
</span>
Click on "Complete Edit" and you are done.



1

Add Comment

Related Articles

  • Forum Description Text Color (60.38%)
    The forum descriptions are the text under the forum name. So for example if...
    2.73 - 2007-12-08 01:00:00
  • BBCode Explained (59.81%)
    BBCode Explained BBCode is short for Bulletin Board Code and is a safe way to...
    3.20 - 2007-12-08 01:00:00
  • Background Color (57.47%)
    If you've ever wondered how you can change your boards background color...
    2.46 - 2007-12-08 01:00:00