MyBB Community Forums

Full Version: colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i choose different colors for users
mean like newbie has one color
golden another color ext ext
For each group in "Username Style" Use this code
<span style="font-weight: bold;font:  tahoma; color: #603000;">{username}</span>
dont edit {username}
for ehch group edit color code : #603000
(2013-11-17, 01:23 PM)admin13 Wrote: [ -> ]For each group in "Username Style" Use this code
<span style="font-weight: bold;font:  tahoma; color: #603000;">{username}</span>
dont edit {username}
for ehch group edit color code : #603000

ok thanks it worked
u need to do that on

ACP>Users & Groups>Groups>YourGroup>Username Style

Add this line there

<span style="font-weight: bold;font:  tahoma; color: #603000;">{username}</span> 
thank u it worked
your welcome Smile