Display username in thread

  • App
    WoltLab Suite Forum

    Hey.


    I think, the username should be displayed in the color usergroup to which it is assigned.
    As the list of "who is online".

  • Code
    [data-user-id="1"] .userLink span:before {
    color: green;
    content: "\F085";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right:5px;
    }


    Put that in css, and just change the colors as you wish or the content; you can remove or add an icon. Also data-user-id="1" represent the id of member so i guess you are an admin and owner, your id would be 1. :) Hope it helps

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!