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.
Options

Role specific background color in posts.

keeshakeesha
edited October 2012 in Vanilla 2.0 - 2.8

Hello,

I'm looking for a way to get a different background color for moderators like you can change it in wordpress with the author css tag.

Possible?

Best Answer

  • Options
    peregrineperegrine MVP
    edited October 2012 Answer ✓

    get the role title plugin and add
    http://vanillaforums.org/addon/roletitle-plugin

    put something like this to custom.css in your theme

    li.role-moderator {
    background: green; }

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Answers

  • Options
    peregrineperegrine MVP
    edited October 2012 Answer ✓

    get the role title plugin and add
    http://vanillaforums.org/addon/roletitle-plugin

    put something like this to custom.css in your theme

    li.role-moderator {
    background: green; }

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Holy cow, worked like a charm.

    Thank you :D

  • Options

    Awesome!

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.