MyBB Community Forums

Full Version: I'm new to Mybb -Need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know how to set colors for user-groups, I want certain colors for Admins. Like a ranking system. I was told I had to coed them but I don't know how to code really so could someone please help me?
And where do I put the code if that's the case
Like this:

<span style="color: red;"><strong>{username}</strong></span>

Just replace "red" with whatever color you want.
(2014-02-09, 12:56 PM)Smilleyy Wrote: [ -> ]Like this:

<span style="color: red;"><strong>{username}</strong></span>

Just replace "red" with whatever color you want.
That doesn't tell him anything.
Do as followed.

AdminCP>Users & Groups>[Chosen Group]>Username Style

Then proceed doing as followed by Smilleyy whilst replacing all the information under Username Style with the following code.

<span style="color: red;"><strong>{username}</strong></span>


Note that "{username}" is required in that little block of code, so don't think you are required to change it with yours.

Should look like this when you are finished:
[Image: AntyE9f.png]
(2014-02-09, 01:06 PM)Wage Wrote: [ -> ]
(2014-02-09, 12:56 PM)Smilleyy Wrote: [ -> ]Like this:

<span style="color: red;"><strong>{username}</strong></span>

Just replace "red" with whatever color you want.
That doesn't tell him anything.
Do as followed.

AdminCP>Users & Groups>[Chosen Group]>Username Style

Then proceed doing as followed by Smilleyy whilst replacing all the information under Username Style with the following code.

<span style="color: red;"><strong>{username}</strong></span>


Note that "{username}" is required in that little block of code, so don't think you are required to change it with yours.

Should look like this when you are finished:
[Image: AntyE9f.png]

I guess i left out where he could change it, my bad.
Thank you