MyBB Community Forums

Full Version: Customtitle color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi
How can the members set their own customtitle color in control panel?
Which codes do they need?
theman80 Wrote:Hi
How can the members set their own customtitle color in control panel?
Which codes do they need?

here is the code
<font color="#990033">{username}</font>

Just you will need to change #990033 for the color code you want to display.

Regards
or do colors, red,green,blue so and so
use:
<span style="color: #990033">{username}</span>
instead. Smile
ah but could u use red, green, blue etc instead of the numbers? I know how to use the numbers and all so which would be better?
I guess I couldn't explain enough.
I don't want to change username color.
I want to change user title color (the text under username in postbit).
And all members of forum must change their title color in their user control panels.

I'm waiting for your help.
NightRider Wrote:ah but could u use red, green, blue etc instead of the numbers? I know how to use the numbers and all so which would be better?
Yes as long as you know the exact name and spelling of your colour then it will work (e.g. red works, so does chocolate, etc Toungue).
I guess I couldn't explain enough.
I don't want to change username color.
I want to change user title color (the text under username in postbit).
And all members of forum must change their title color in their user control panels.

I'm waiting for your help.
*BUMP*

Any answer to the question above?
i want to d same thing.

thanks
This part does not parse the HTML codes, and it is bit dangerous to allow parsing HTML and letting your users to input the styled name manually as they can then put whatever html codethey want. Doing a color selection tool is something undue for a little thing.
Pages: 1 2