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.
The forum of the forums
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 - 1: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 : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: User Name Prefixes for entire User Group

    Post by Ange Tuteur Fri 11 Oct - 1: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 - 2:05

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


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

    Solved Re: User Name Prefixes for entire User Group

    Post by Ange Tuteur Fri 11 Oct - 4:05

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


    Male Posts : 6980
    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 - 4:21

    Arrow NOTICE


    Topic Solved & Locked!

    Thank you for using Forumotion.

      Current date/time is Sun 22 Sep - 16:28