Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 11

CurtisOdenTodddoncsaulericgillettex00 +6 guests

Dojo Role Colors

This discussion is related to the Dojo Role Colors addon.
Dojo Role Colors

Comments

  • Posts: 97
    im a css noob so bare with me here. I put this in the vanilla.css file for my main style in the new dojo theme.

    .ContentInfo h1 {
    color: #000;
    }
    #Comments .CommentHeader a.administrator {
    color:red;
    }

    #CommentsPage .ContentInfo h1 {

    no workie am I doin something wrong? I deleted my browser cache just in case same results.
  • Posts: 379
    that seems correct if ur role is adminstrator. did u also follow my other instructions about makine a theme with my file? you have to select it in the settings page under themes and styles too
  • Posts: 97
    yeppers.

    Themes currently available in your installation of Vanilla

    Dojo

    Styles available for the selected theme

    scene 0.9


    *actually nevermind I forgot to select apply this style to all users after I did that it worked like a champ :)

    thanks man.
  • Posts: 379
    cool :)
  • VazVaz
    Posts: 292
    Can we just replace the current comments.php and add the css code to the current css?
  • Posts: 379
    you can, but is strongly discouraged. for reasons that mainly has to do with ease of update where you know what file is different.
  • Posts: 97
    Got it up and running. How easy/difficult would it be to have this working in the discussions grid as well?
  • Posts: 19
    jsa: It took me quite a while to get it to work, but then again I haven't played around with PHP in quite some time. Also, it's a pretty ugly hack, especially considering I had to integrate his code into my current theme. There has to be a better way to do this....
This discussion has been closed.