Crown
5 posters
Page 1 of 1
Re: Crown
Check this tutorial for that: https://help.forumotion.com/t90311-how-to-add-an-icon-before-username
Re: Crown
Just do this from tut.
Ikerepc wrote:Check this tutorial for that: https://help.forumotion.com/t90311-how-to-add-an-icon-before-username
Re: Crown
Go to your Administration Panel => Display => Pictures and Colors => Colors => CSS Stylesheet.
Paste this code into your CSS:
Replace all the # symbols with your user ID. If you're the founder, it's 1.
Paste this code into your CSS:
- Code:
#fo_stat a[href="/u#"], .activeusers-box p a[href="/u#"], #chatbox a[href="/u#"], #chatbox_members a[href="/u#"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u#"] {
background: url("http://oi52.tinypic.com/2096gbs.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Replace all the # symbols with your user ID. If you're the founder, it's 1.
Re: Crown
Crown has some bug?Ramdaman wrote:Go to your Administration Panel => Display => Pictures and Colors => Colors => CSS Stylesheet.
Paste this code into your CSS:
- Code:
#fo_stat a[href="/u#"], .activeusers-box p a[href="/u#"], #chatbox a[href="/u#"], #chatbox_members a[href="/u#"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u#"] {
background: url("http://oi52.tinypic.com/2096gbs.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Replace all the # symbols with your user ID. If you're the founder, it's 1.
Re: Crown
Try replacing the code with this:
But maybe @Ange Tuteur will find a better way.
- Code:
#fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u1"], .postprofile strong, .module a[href="/u1"] {
background: url("http://oi52.tinypic.com/2096gbs.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
margin-bottom: 2px;
}
But maybe @Ange Tuteur will find a better way.
Re: Crown
Not workRamdaman wrote:Try replacing the code with this:
- Code:
#fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u1"], .postprofile strong, .module a[href="/u1"] {
background: url("http://oi52.tinypic.com/2096gbs.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
margin-bottom: 2px;
}
But maybe @Ange Tuteur will find a better way.
Re: Crown
Try this :
- Code:
a[href="/u1"] span strong:before {
content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Re: Crown
Alright, and this ?
- Code:
a[href="/u1"]:before {
content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Re: Crown
Crown still bugAnge Tuteur wrote:Alright, and this ?
- Code:
a[href="/u1"]:before {
content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Re: Crown
try this :
- Code:
strong a[href="/u1"]:before {
content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Re: Crown
now it does not seem to top poster that he has a crown before the name or players online or portalAnge Tuteur wrote:try this :
- Code:
strong a[href="/u1"]:before {
content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
you can check out my forum
plzz ange <3<3<3<3
Re: Crown
ooo ooo my turn
try one of these
try one of these
- Code:
a[href="/u1"] span:nth-child(1):before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
content: "";
background: url("http://i44.servimg.com/u/f44/16/64/53/16/billio10.png") no-repeat;
background-size: 100%;
}
- Code:
a[href="/u1"]:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
content: "";
background: url("http://i44.servimg.com/u/f44/16/64/53/16/billio10.png") no-repeat;
background-size: 100%;
}
Re: Crown
Not working. Look this http://testaillla.foorumi.biz/t2-crown-bugs_Twisted_Mods_ wrote:ooo ooo my turn
try one of these
- Code:
a[href="/u1"] span:nth-child(1):before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
content: "";
background: url("http://i44.servimg.com/u/f44/16/64/53/16/billio10.png") no-repeat;
background-size: 100%;
}
- Code:
a[href="/u1"]:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
content: "";
background: url("http://i44.servimg.com/u/f44/16/64/53/16/billio10.png") no-repeat;
background-size: 100%;
}
Re: Crown
ttry this ... dont forget to remove the others
- Code:
strong a[href="/u1"]:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
content: "";
background: url("http://i44.servimg.com/u/f44/16/64/53/16/billio10.png") no-repeat;
background-size: 100%;
}
Re: Crown
Not work_Twisted_Mods_ wrote:ttry this ... dont forget to remove the others
- Code:
strong a[href="/u1"]:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
content: "";
background: url("http://i44.servimg.com/u/f44/16/64/53/16/billio10.png") no-repeat;
background-size: 100%;
}
Why this is so hard
Re: Crown
well looking in your css you have errors 2 i noticed was one right b4 a[href="/u2"] you have a extra } thats not needed second is you have a[href="/u2"] < your only member on your forum in your profile so why you would style user 2 when there isnt one in beyond me
Re: Crown
I am the owner of the forum. But I want another user crown_Twisted_Mods_ wrote:well looking in your css you have errors 2 i noticed was one right b4 a[href="/u2"] you have a extra } thats not needed second is you have a[href="/u2"] < your only member on your forum in your profile so why you would style user 2 when there isnt one in beyond me
Re: Crown
try this :
- Code:
strong a[href="/u2"]:before, .author a[href="/u2"]:before {
content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Re: Crown
[size=32]Now it works but the crown does not work for example. (Top poster, Last poster[/size]
Similar topics
» Administration Crown
» How To Add Crown To Chatbox
» Crown Next to user name
» How to add crown next to name on members list
» How do I center my forums and add a crown by username?
» How To Add Crown To Chatbox
» Crown Next to user name
» How to add crown next to name on members list
» How do I center my forums and add a crown by username?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum