User Name Prefixes for entire User Group
3 posters
Page 1 of 1
User Name Prefixes for entire User Group
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.
Edit: basically I want to be able to do what the Forum Administrator group does (Prefixed automatically with "@"), just with other custom User Groups.
Alaskamo- New Member
- Posts : 10
Reputation : 1
Language : English
Re: User Name Prefixes for entire User Group
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.
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.
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;
}
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.
Re: User Name Prefixes for entire User Group
Well there's a clever bit of coding, and it works great! Thanks!
Alaskamo- New Member
- Posts : 10
Reputation : 1
Language : English
Re: User Name Prefixes for entire User Group
NOTICE |
Topic Solved & Locked! Thank you for using Forumotion. |
Similar topics
» I add a user into a group. but he didnt receive any email notification about been invited into group..
» Apply to a user group
» How to display a users user group when hovered over?
» User and Group Glitter And Sparkles
» adding members to a user group.
» Apply to a user group
» How to display a users user group when hovered over?
» User and Group Glitter And Sparkles
» adding members to a user group.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum