How to restrict a name tag?
3 posters
Page 1 of 1
How to restrict a name tag?
Hi,
I would like to know if restricting a name tag ([tag]) is possible, if it is, how to do it? For example, I want only admins to wear [STAFF] tag, the tag would be disabled in registeration and registered users can't change their name adding that tag. However it can be added to specified users by me.
Thank you,
Anicetus.
I would like to know if restricting a name tag ([tag]) is possible, if it is, how to do it? For example, I want only admins to wear [STAFF] tag, the tag would be disabled in registeration and registered users can't change their name adding that tag. However it can be added to specified users by me.
Thank you,
Anicetus.
Last edited by Anicetus on December 2nd 2013, 2:55 pm; edited 1 time in total
Re: How to restrict a name tag?
Hello Anicetus,
You can do this through the CSS stylesheet by selecting your group colors.
Example:
Users with a name color of #ff6600 will have a tag applied before their username.
Administration panel > Display > Pictures and colors > Colors > CSS stylesheet
So it works for your Administrator group you need to put your group color here:
[style="color:#FF6600"]
You can see your groups color here:
AP > Users and groups > Group administration > a group
Find 'Group Members Color' copy the hex color and then paste it in the selector.
Groups must colorize users for this method to work.
You can do this through the CSS stylesheet by selecting your group colors.
Example:
Users with a name color of #ff6600 will have a tag applied before their username.
- Code:
a span[style="color:#FF6600"] strong:before{
content:"[Staff] ";
}
Administration panel > Display > Pictures and colors > Colors > CSS stylesheet
So it works for your Administrator group you need to put your group color here:
[style="color:#FF6600"]
You can see your groups color here:
AP > Users and groups > Group administration > a group
Find 'Group Members Color' copy the hex color and then paste it in the selector.
Groups must colorize users for this method to work.
Similar topics
» Can I restrict the Who Is online info
» Restrict boards by rank?
» How restrict my forum to user?
» how to restrict group's access?
» can you restrict the Who Is online info
» Restrict boards by rank?
» How restrict my forum to user?
» how to restrict group's access?
» can you restrict the Who Is online info
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum