Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Role Name Color [Solved]
MicroCD
New
It is possible to make something to see in discussions ex: Administrator name in another color or something like name shines?
0
Comments
I have solved
@MicroCD It's good form to share how you solve things, so others with this question will have the answer too, and won't need to ask
I should add, there is a handy article on this here:
http://blog.vanillaforums.com/help/how-to/differentiate-members-using-roles-ranks/
(NB: Ranks are a cloud feature.)
For open source, there is this add-on:
http://vanillaforums.org/addon/roletitle-plugin
.Role_Administrator .Author a {
color:red;
}
This code is only to change Administrator Name Color. To change color of other roles just change 'Administrator' to 'YourRole' and you can change too and the color from 'red' to 'green' or other colors..