User Name Prefixes for entire User Group Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    User Name Prefixes for entire User Group

    avatar
    Alaskamo
    New Member


    Posts : 10
    Reputation : 1
    Language : English

    Solved User Name Prefixes for entire User Group

    Post by Alaskamo Fri 11 Oct - 2:41

    I've found code on here to add prefixes to a user group in the legend, and to add prefixes to specific users... but I would like to know if I can give prefixes to an entire user group in one shot, rather than having to do each member individually.

    Edit: basically I want to be able to do what the Forum Administrator group does (Prefixed automatically with "@"), just with other custom User Groups.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: User Name Prefixes for entire User Group

    Post by Ange Tuteur Fri 11 Oct - 2:53

    Hello Alaskamo,

    You can set specific styles for group members simply by selecting the group color which has colored those users. This should only affect usernames.

    Code:
    a span[style="color:#C20000"] strong:before {
      content: " [A]";
      vertical-align:text-top;
      font-weight:bold;
      font-size: 7px;
      color:#c20000;
      text-shadow: 0px 0px 0px #c20000;
    }
    Result if your group color is #C20000: User Name Prefixes for entire User Group Captur18

    All you need to do is modify this peice:
    a span[style="color:#C20000"] strong

    To the EXACT HEX COLOR of your group. You can see the colors of your groups by going to..
    Administration Panel > Users & groups > Groups > Groups administration >

    Edit the group you want, look to 'Group Members Color', copy the hex color, and paste it into the selector.
    avatar
    Alaskamo
    New Member


    Posts : 10
    Reputation : 1
    Language : English

    Solved Re: User Name Prefixes for entire User Group

    Post by Alaskamo Fri 11 Oct - 3:05

    Well there's a clever bit of coding, and it works great! Thanks!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: User Name Prefixes for entire User Group

    Post by Ange Tuteur Fri 11 Oct - 5:05

    You're welcome! ^^
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: User Name Prefixes for entire User Group

    Post by Sir Chivas™ Fri 11 Oct - 5:21

    Arrow NOTICE


    Topic Solved & Locked!

    Thank you for using Forumotion.