08-07-2007, 11:36 PM
This tutorial requires basic knowledge of CSS.
In the Theme Editor put the following into the Additional CSS box of every one of your themes.
Insert your CSS code where it says "CSS Code Here" for each usergroup, based on each theme.
Then put the following in your Username Style box of the usergroups:
For Mods
For Super Mods
For Admins
For Banned
And you're done! Now each usergroup will have a different Username Styles for each of your themes!
Written by: Ryan Ashbrook
In the Theme Editor put the following into the Additional CSS box of every one of your themes.
Code:
.name_style_registered
{
CSS Code Here
}
.name_style_mods
{
CSS Code Here
}
.name_style_smods
{
CSS Code Here
}
.name_style_admins
{
CSS Code Here
}
.name_style_banned
{
CSS Code Here
}Insert your CSS code where it says "CSS Code Here" for each usergroup, based on each theme.
Then put the following in your Username Style box of the usergroups:
Code:
<span class="name_style_registered">{username}</span>For Mods
Code:
<span class="name_style_mods">{username}</span>For Super Mods
Code:
<span class="name_style_smods">{username}</span>For Admins
Code:
<span class="name_style_admins">{username}</span>For Banned
Code:
<span class="name_style_banned">{username}</span>And you're done! Now each usergroup will have a different Username Styles for each of your themes!
Written by: Ryan Ashbrook