We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Change colour of Moderators on Index
Topic Started: Jul 14 2012, 07:32 AM (248 Views)
Deleted User
Deleted User

Hey!

Just wondering if it's possible to change the colour of the Moderator underneath a forum section. For example,

http://w11.zetaboards.com/thebeeandbarb/index/

We have a moderator for Morrowind, can this username be changed to green instead of the same brown that's used on the latest posts and author?

Thanks
Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Javascripts
Code:
 
<style type="text/css">
td.c_forum div a[href*="/profile/PROFILE_ID/"] {
color: #HEX;
}
</style>
Replace PROFILE_ID to the profile ID of the user you wish to style and #HEX with a valid color hexadecimal or color name you wish to give the users name.
Offline Profile Goto Top
 
Deleted User
Deleted User

Excellent! Just what I was looking for, thanks Cory! Is it possible to use this code for multiple members? Or will each member that needs this doing have to have their own code?
Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Use a comma to give a different user the same color:
Code:
 
<style type="text/css">
td.c_forum div a[href*="/profile/PROFILE_ID/"], td.c_forum div a[href*="/profile/PROFILE_ID/"] {
color: #HEX;
}
</style>
Setup a different rule for different colors:
Code:
 
<style type="text/css">
td.c_forum div a[href*="/profile/PROFILE_ID/"] {
color: #HEX;
}

td.c_forum div a[href*="/profile/PROFILE_ID/"] {
color: #HEX;
}
</style>
Offline Profile Goto Top
 
Deleted User
Deleted User

Thanks Cory!
Goto Top
 
Steve
Member Avatar
patriot
[ *  *  *  *  *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic