CCS stylesheet forum crown next to name help (invision)
+3
Cassius Dio
Sir Chivas™
Alpha pyro4
7 posters
Page 1 of 2
Page 1 of 2 • 1, 2
CCS stylesheet forum crown next to name help (invision)
I'm having an issue, where when I go to a post, and there are 2 crowns for 2 people that have posted, it shows the same crowns (not the way I want it). I want one with one different crown, and the other with one too. This is only happening in posts.
- 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://i49.tinypic.com/262xrpf.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Last edited by Alpha pyro4 on March 16th 2013, 11:41 pm; edited 3 times in total
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
Hi,
Can you please provide your forum URL? Thank you.
Also, I don't think you'll be able to remove it, since both top and bottom icon belong to the same, this part:
Can you please provide your forum URL? Thank you.
Also, I don't think you'll be able to remove it, since both top and bottom icon belong to the same, this part:
- Code:
.postprofile strong, .module a[href="/u2"] {
Re: CCS stylesheet forum crown next to name help (invision)
Here you go:
http://buddha-scape.forumotion.com/
http://buddha-scape.forumotion.com/
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
Hi!
Replae first code with:
Replae first code with:
- 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 .post-header strong, .module a[href="/u1"] {
background: url("http://i49.tinypic.com/262xrpf.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile .post-header strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Re: CCS stylesheet forum crown next to name help (invision)
SGSS wrote:Hi!
Replae first code with:and second code with:
- 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 .post-header strong, .module a[href="/u1"] {
background: url("http://i49.tinypic.com/262xrpf.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile .post-header strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
D O N- New Member
- Posts : 2
Reputation : 1
Language : english
Re: CCS stylesheet forum crown next to name help (invision)
SGSS wrote:Hi!
Replae first code with:and second code with:
- 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 .post-header strong, .module a[href="/u1"] {
background: url("http://i49.tinypic.com/262xrpf.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile .post-header strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
It's still the same crowns. I want it different. Like, one is a dark one, and another is a light one. Only does it in posts.
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
i try to use your code on the first post and there's no problem with it
i think the problem is on the other codes you use or maybe the theme
i think the problem is on the other codes you use or maybe the theme
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: CCS stylesheet forum crown next to name help (invision)
Well, I want the crowns to be different, and not the same. Just like this:zenzo wrote:i try to use your code on the first post and there's no problem with it
i think the problem is on the other codes you use or maybe the theme
Here are my codes:
- 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 .post-header strong, .module a[href="/u1"] {
background: url("http://i48.tinypic.com/v64rvk.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile .post-header strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll -3 -3;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u3"], .activeusers-box p a[href="/u3"], #chatbox a[href="/u3"], #chatbox_members a[href="/u3"], table.ipbtable td a[href="/u3"], .postprofile .post-header strong, .module a[href="/u3"] {
background: url("http://oi56.tinypic.com/v7ctpi.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u4"], .activeusers-box p a[href="/u4"], #chatbox a[href="/u4"], #chatbox_members a[href="/u4"], table.ipbtable td a[href="/u4"], .postprofile .post-header strong, .module a[href="/u4"] {
background: url("http://i48.tinypic.com/v64rvk.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u5"], .activeusers-box p a[href="/u5"], #chatbox a[href="/u5"], #chatbox_members a[href="/u5"], table.ipbtable td a[href="/u5"], .postprofile .post-header strong, .module a[href="/u5"] {
background: url("http://oi52.tinypic.com/2ug1ksx.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u11"], .activeusers-box p a[href="/u11"], #chatbox a[href="/u11"], #chatbox_members a[href="/u11"], table.ipbtable td a[href="/u11"], .postprofile .post-header strong, .module a[href="/u11"] {
background: url("http://oi43.tinypic.com/f1yvxt.jpg") no-repeat scroll -2 -5;
padding-left: 16px;
}
http://buddha-scape.forumotion.com/ If you need.
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
Okay, which two users have you added these?
Also post the exact codes once again here.
Also post the exact codes once again here.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: CCS stylesheet forum crown next to name help (invision)
I have added it for 6 people, but two are "/u1" and "u2" (Wayne and Vistrex)Sanket wrote:Okay, which two users have you added these?
Also post the exact codes once again here.
Here's the codes:
- 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 .post-header strong, .module a[href="/u1"] {
background: url("http://i48.tinypic.com/v64rvk.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile .post-header strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll -3 -3;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u3"], .activeusers-box p a[href="/u3"], #chatbox a[href="/u3"], #chatbox_members a[href="/u3"], table.ipbtable td a[href="/u3"], .postprofile .post-header strong, .module a[href="/u3"] {
background: url("http://oi56.tinypic.com/v7ctpi.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u4"], .activeusers-box p a[href="/u4"], #chatbox a[href="/u4"], #chatbox_members a[href="/u4"], table.ipbtable td a[href="/u4"], .postprofile .post-header strong, .module a[href="/u4"] {
background: url("http://i48.tinypic.com/v64rvk.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u5"], .activeusers-box p a[href="/u5"], #chatbox a[href="/u5"], #chatbox_members a[href="/u5"], table.ipbtable td a[href="/u5"], .postprofile .post-header strong, .module a[href="/u5"] {
background: url("http://oi52.tinypic.com/2ug1ksx.jpg") no-repeat scroll -2 -2;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u11"], .activeusers-box p a[href="/u11"], #chatbox a[href="/u11"], #chatbox_members a[href="/u11"], table.ipbtable td a[href="/u11"], .postprofile .post-header strong, .module a[href="/u11"] {
background: url("http://oi43.tinypic.com/f1yvxt.jpg") no-repeat scroll -2 -5;
padding-left: 16px;
}
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
.postprofile .post-header strong
If thats the code in your css for that, it doesn't have the reference of the user. Thats why, its taking up the image of the first user in all the posts.
Where did you get these codes from?
If thats the code in your css for that, it doesn't have the reference of the user. Thats why, its taking up the image of the first user in all the posts.
Where did you get these codes from?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: CCS stylesheet forum crown next to name help (invision)
What are the codes for ".postprofile" and ".post-header strong?"
And, I got the codes from: https://help.forumotion.com/t90311-how-to-add-an-icon-before-username
@ Invision steps.
And, I got the codes from: https://help.forumotion.com/t90311-how-to-add-an-icon-before-username
@ Invision steps.
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
Try this add the two CSS codes to the top of the stylesheet. Also do you have the yes checked for optimize CSS? Try changing it to no.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: CCS stylesheet forum crown next to name help (invision)
When i change the "optimize" for CSS, it doesn't show the crowns.SLGray wrote:Try this add the two CSS codes to the top of the stylesheet. Also do you have the yes checked for optimize CSS? Try changing it to no.
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
What happened when you added the two codes at the top of your CSS stylesheet?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: CCS stylesheet forum crown next to name help (invision)
It's already at the top of the CSS Stylesheet, unless you want me to put it on top on the Basic CSS Stylesheet.
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
Use this code for all & check.
- 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 a[href=/u#"], .module a[href="/u#"] {
background: url("imagedirectlink") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: CCS stylesheet forum crown next to name help (invision)
@ Sanket
They stop repeating in the posts, but they don't show in the posts. Is there a code for them to show in the posts too, but to not repeat?
They stop repeating in the posts, but they don't show in the posts. Is there a code for them to show in the posts too, but to not repeat?
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
I don't seem to find a css to fix it for your forum. I have not tried for other invision forums.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: CCS stylesheet forum crown next to name help (invision)
Oh.
Well, is there any way to add a color for the rank, with a crown to the left of it?
Well, is there any way to add a color for the rank, with a crown to the left of it?
Alpha pyro4- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : United States of America
Re: CCS stylesheet forum crown next to name help (invision)
Add this in the rank title, see if that works.
- Code:
<img src="Image URL"><font color="red">Administrator</font>
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Page 1 of 2 • 1, 2
Similar topics
» How do I transfer my forum from PHPBB to Invision
» Unable to create users on new Invision forum
» How To Add Crown To Chatbox
» Copyright text at Bottom of Forum for Invision
» Missing subscribe to topic and forum links on invision
» Unable to create users on new Invision forum
» How To Add Crown To Chatbox
» Copyright text at Bottom of Forum for Invision
» Missing subscribe to topic and forum links on invision
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum