Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jake Hall

    (@geekserve)

    Hi @narum,

    I am afraid I am going to have to ask for some more information here. What seems to be the issue?

    If you are trying to change the colours of the groups, don’t forget the names you have are probably different… so, for the group Модератор you will need the following css code added:

    .Модератор a {
    color: green!important;
    }

    And that will style those users green for example.

    Kind Regards,

    • This reply was modified 7 years, 11 months ago by Jake Hall.
    Thread Starter narum

    (@narum)

    I had corrected plugin css, but nothing heppened.

    /* Style Keymaster and Moderator roles */
    
    .keymaster a, .moderator a, .keymaster, .moderator {
        font-weight: bold!important;
    }
    
        .keymaster a, .keymaster {
            color: red!important;
        }
    
        .moderator, .moderator a {
            color: green!important;
        }

    As I understand: If I’m moderator then my nik must be green?

    • This reply was modified 7 years, 11 months ago by narum.
    Plugin Author Jake Hall

    (@geekserve)

    @narum,

    That wont work as your usergroup names are different – the css file assumes you are in an english setup.

    .moderator will not work as that is the english translation, you will need to enter whatever the groups have been renamed to.

    For example, in order for moderator to work your css should read something along the lines of (based on what I can see on your page)

    .Модератор a {
    colour: green!important;
    }

    This will style all users within the group Модератор as green.

    You can then repeat that for keymaster and so on.

    Jake

    Thread Starter narum

    (@narum)

    Oh! It’s great! Thank U!!!
    Also can U tell me how to change the user color in “Last Message”? (Последнее сообщение)?

    Plugin Author Jake Hall

    (@geekserve)

    @narum,

    I am not sure what you are referring to there… there is no such message in this plugin (that I can see)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘user’s color’ is closed to new replies.