Setting Different Name Styles for Different Themes - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Setting Different Name Styles for Different Themes (/thread-13312.html) |
Setting Different Name Styles for Different Themes - Ryan Ashbrook - 2006-10-25 I have this issue... so I have worked out this little workaround. 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 Registered
For Moderators
For Super Moderators
For Administrators
For Banned And you're done! Now each usergroup will have a different Username Styles for each of your themes! You'll be able to see this in effect at my forums: http://ryan.mybb-templates.com/music/ You will have to register to see the effects because I don't have a Theme Changer on there yet, RE: Setting Different Name Styles for Different Themes - Audentio - 2007-03-27 AH yes, Ive always used this style of usergroup defining. A fine tutorial |