icon behind the moderator symbol in chatbox.
3 posters
Page 1 of 1
icon behind the moderator symbol in chatbox.
is there a way i can have the messages in the chatbox to have it like this format in message box
icon @nameofuser
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: icon behind the moderator symbol in chatbox.
You can add this following line to your forum's CSS stylesheet:
Remember that you need to replace (your userlink here) with your actual userlink number - usually a number from 1 counting upwards.
Also, the image you specify has to be minimally small - an icon, not more - so that you do not mess up your chatbox.
- Code:
#chatbox a[href="/u(your userlink here)"] { padding-left: 13px; background-image: url('enter the image URL to an image here'); background-repeat: none; }
#chatbox_members a[href="/u(your userlink here)"] { padding-left: 13px; background-image: url('enter the image URL to an image here'); background-repeat: none; }
Remember that you need to replace (your userlink here) with your actual userlink number - usually a number from 1 counting upwards.
Also, the image you specify has to be minimally small - an icon, not more - so that you do not mess up your chatbox.
Re: icon behind the moderator symbol in chatbox.
thanks problem solved
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Similar topics
» Chatbox: remove the "@" symbol for administrators?
» moderator cant kick from chatbox
» Chatbox Moderator rank pic
» Chatbox rank icon
» Need a chatbox icon for Navbar?
» moderator cant kick from chatbox
» Chatbox Moderator rank pic
» Chatbox rank icon
» Need a chatbox icon for Navbar?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum