HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how can i add this plugin?
rahimcan
New
i want add this '' vanilla staff'' in my website.
0
Comments
https://open.vanillaforums.com/addon/roletitle-plugin
thanks!
by the why this codes why don't working ?
/------- Add the codes to your custom.css ---------/
The path should be themes/yourtheme/design/custom.css
/------- Codes for change usernames ---------/
li.Role_Moderator .Author a.Username{color:green;}
li.Role_Member .Author a.Username{color:blue;}
li.Role_Administrator .Author a.Username{color:red;}
/------- Codes for change role titles ---------/
li.Role_Moderator .AuthorInfo span{color:lightgreen;}
li.Role_Member .AuthorInfo span{color:lightblue;}
li.Role_Administrator .AuthorInfo span{color:pink;}
/------- Codes for change contents ---------/
li.Role_Moderator .Message.userContent p{color:lightseagreen;}
li.Role_Member .Message.userContent p{color:darkturquoise;}
li.Role_Administrator .Message.userContent p{color:firebrick;}
/------- Codes for change backgrounds ---------/
li.Role_Moderator {background-color:rgba(144, 238, 144, 0.1);}
li.Role_Member {background-color:rgba(173, 216, 230, 0.1);}
li.Role_Administrator{background-color:rgba(255, 192, 203, 0.1);}
/------- The codes above will display like this. ---------/