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 Fri 30 Jan - 18:07

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_ Fri 30 Jan - 18:19

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

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

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Ikerepc Fri 30 Jan - 18:20

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 Fri 30 Jan - 18:20

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 Fri 30 Jan - 18:21

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 Fri 30 Jan - 18:29

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 : 1615
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 Fri 30 Jan - 19:25

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 Fri 30 Jan - 20:53

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 : 1615
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 Fri 30 Jan - 21:06

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 Sat 31 Jan - 0:41

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

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Sat 31 Jan - 9:36

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 Sun 1 Feb - 1:35

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

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Mon 2 Feb - 11:40

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 Mon 2 Feb - 12:26

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

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Mon 2 Feb - 13:41

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_ Mon 2 Feb - 14:04

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 : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Thu 5 Feb - 19:45

_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_ Thu 5 Feb - 21:24

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 : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Sun 8 Feb - 12:01

_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_ Sun 8 Feb - 12:48

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 : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Sun 8 Feb - 15:57

_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 Tue 10 Feb - 21:59

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 Wed 11 Feb - 9:27

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 Thu 12 Feb - 16:23

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 Thu 12 Feb - 19:12

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 : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Crown

Post by _Twisted_Mods_ Sun 15 Feb - 20:04

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

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

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Crown

Post by Matrix317 Fri 27 Feb - 11:22

[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