MyBB Community Forums

Full Version: Style group username ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
<span style="color: green;"><strong><em>{username}</em></strong></span>

that is how the admin username is styled on the site index.

I created a new group and its {username}

I tried to style it by adding BBcode to it ended in a big fail by making my username appear very ugly.

So how to use that tool ?

I cannot code HTML, php, nor any other type of coding.

I would like the username to appear this style
What colour is that? I can't make it out. It would be this:
<span style="color: #(I'll edit this when I figured out what colour it is);font-weight: bold;font-style: italic;">{username}</span>
[i][font=arial][b][color=#DAA520]this style[/color][/b][/font][/i]

its the code,

the result

this style

how must the style thing be then ?Big Grin
In the usergroup markup box, paste the following code:
<span style="color: #DAA520;font-weight: bold;font-style: italic;">{username}</span>
That should create the effect you wish.
Done but the username shows on the index also with the { }

How to remove that ?
It shouldn't be showing the braces as well. I'll leave this for a support team member to solve.
alright thanks for your help so far Kyuubi, its appreciated!

I hope a support teams know how to fix this
Are you sure you used the exact code given, and there's nothing else in the box?? It searches for {username} and replaces it so it wouldn't leave just the { } unless they're in there more than once.
Its

{<span style="color: #DAA520;font-weight: bold;font-style: italic;">{username}</span>}
Well that's why then, you've got a { } at the start and finish... Undecided
Pages: 1 2