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.

Crown

5 posters

Go down

In progress Crown

Post by Matrix317 January 30th 2015, 7:07 pm

How i can put this crown before name?
https://2img.net/h/oi52.tinypic.com/2096gbs.png
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by _Twisted_Mods_ January 30th 2015, 7:19 pm

you can find your answer and more awesome stuff you can do here Tips & Tricks
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Ikerepc January 30th 2015, 7:20 pm

Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 January 30th 2015, 7:20 pm

Nty i need still help
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Ikerepc January 30th 2015, 7:21 pm

Just do this from tut.

Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Ramdaman January 30th 2015, 7:29 pm

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.

Ramdaman
Ramdaman
Active Poster

Male Posts : 1590
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

In progress Re: Crown

Post by Matrix317 January 30th 2015, 8:25 pm

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.

Crown has some bug? Crown V5juba
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Ramdaman January 30th 2015, 9:53 pm

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.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1590
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

In progress Re: Crown

Post by Matrix317 January 30th 2015, 10:06 pm

Ramdaman 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.
Not work Sad
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Ange Tuteur January 31st 2015, 1:41 am

Try this :
Code:
a[href="/u1"] span strong:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 January 31st 2015, 10:36 am

Ange Tuteur wrote:Try this :
Code:
a[href="/u1"] span strong:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
@Ange Tuteue Nothing happened.
Plz do something Smile <3
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Ange Tuteur February 1st 2015, 2:35 am

Alright, and this ?
Code:
a[href="/u1"]:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 2nd 2015, 12:40 pm

Ange Tuteur wrote:Alright, and this ?
Code:
a[href="/u1"]:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Crown still bug
Crown 161asds
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Ange Tuteur February 2nd 2015, 1:26 pm

try this :
Code:
strong a[href="/u1"]:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 2nd 2015, 2:41 pm

Ange Tuteur wrote:try this :
Code:
strong a[href="/u1"]:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
now it does not seem to top poster that he has a crown before the name or players online or portal
you can check out my forum
plzz ange <3<3<3<3
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by _Twisted_Mods_ February 2nd 2015, 3:04 pm

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%;
}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 5th 2015, 8:45 pm

_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%;
}
Not working. Look this http://testaillla.foorumi.biz/t2-crown-bugs
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by _Twisted_Mods_ February 5th 2015, 10:24 pm

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%;
}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 8th 2015, 1:01 pm

_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%;
}
Not work Sad
Why this is so hard
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by _Twisted_Mods_ February 8th 2015, 1:48 pm

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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 8th 2015, 4:57 pm

_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
I am the owner of the forum. But I want another user crown
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 10th 2015, 10:59 pm

Bump
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 11th 2015, 10:27 am

Bump
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 12th 2015, 5:23 pm

Bump ange <3
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

In progress Re: Crown

Post by Ange Tuteur February 12th 2015, 8:12 pm

try this :
Code:
strong a[href="/u2"]:before, .author a[href="/u2"]:before {
  content:url(http://oi52.tinypic.com/2096gbs.jpg);
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by _Twisted_Mods_ February 15th 2015, 9:04 pm

Has this issue been solved? @Matrix317
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 February 27th 2015, 12:22 pm

[size=32]Now it works but the crown does not work for example. (Top poster, Last poster[/size]
avatar
Matrix317
New Member

Posts : 21
Reputation : 1
Language : England

http://testaillla.foorumi.biz/forum

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum