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.

CCS stylesheet forum crown next to name help (invision)

+3
Cassius Dio
Sir Chivas™
Alpha pyro4
7 posters

Page 1 of 2 1, 2  Next

Go down

Solved CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 February 24th 2013, 8:05 am

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.CCS stylesheet forum crown next to name help (invision) Buddha10
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
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 February 25th 2013, 9:05 am

Bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 February 27th 2013, 12:37 am

Bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Sir Chivas™ February 27th 2013, 1:52 am

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:
Code:
.postprofile strong, .module a[href="/u2"] {
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 February 27th 2013, 2:13 am

Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Cassius Dio February 27th 2013, 6:45 am

Hi! Very Happy

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;
    }
and second code with:
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;
    }
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by D O N February 27th 2013, 10:19 am

SGSS wrote:Hi! Very Happy

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;
    }
and second code with:
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;
    }

Very Happy
avatar
D O N
New Member

Posts : 2
Reputation : 1
Language : english

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 February 28th 2013, 12:35 am

SGSS wrote:Hi! Very Happy

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;
    }
and second code with:
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;
    }
CCS stylesheet forum crown next to name help (invision) Crown12
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
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 1st 2013, 4:49 am

Bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 2nd 2013, 7:40 pm

Bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 3rd 2013, 7:43 pm

Bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 5th 2013, 12:21 am

Bumpedy bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 6th 2013, 1:49 am

Bump bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by zenzo March 6th 2013, 4:44 am

i try to use your code on the first post and there's no problem with it

CCS stylesheet forum crown next to name help (invision) 20130306114148

i think the problem is on the other codes you use or maybe the theme
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 9th 2013, 6:24 am

zenzo wrote:i try to use your code on the first post and there's no problem with it

CCS stylesheet forum crown next to name help (invision) 20130306114148

i think the problem is on the other codes you use or maybe the theme
Well, I want the crowns to be different, and not the same. Just like this:
CCS stylesheet forum crown next to name help (invision) Croaod11

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
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 10th 2013, 7:31 am

Bump...
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Sanket March 10th 2013, 7:37 am

Okay, which two users have you added these?

Also post the exact codes once again here.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 11th 2013, 1:40 am

Sanket wrote:Okay, which two users have you added these?

Also post the exact codes once again here.
I have added it for 6 people, but two are "/u1" and "u2" (Wayne and Vistrex)

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;
    }
@ http://buddha-scape.forumotion.com/
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 12th 2013, 2:10 am

Bump.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Sanket March 12th 2013, 8:31 am

.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?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 12th 2013, 11:51 pm

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.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by SLGray March 13th 2013, 1:24 am

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.


CCS stylesheet forum crown next to name help (invision) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 13th 2013, 10:50 pm

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.
When i change the "optimize" for CSS, it doesn't show the crowns.
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by SLGray March 13th 2013, 10:54 pm

What happened when you added the two codes at the top of your CSS stylesheet?


CCS stylesheet forum crown next to name help (invision) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 14th 2013, 12:13 am

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
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Sanket March 14th 2013, 1:46 pm

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
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 14th 2013, 11:57 pm

@ 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?
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Sanket March 15th 2013, 8:50 am

I don't seem to find a css to fix it for your forum. I have not tried for other invision forums.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Alpha pyro4 March 15th 2013, 11:14 pm

Oh.

CCS stylesheet forum crown next to name help (invision) Rank10
Well, is there any way to add a color for the rank, with a crown to the left of it?
Alpha pyro4
Alpha pyro4
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : United States of America

Back to top Go down

Solved Re: CCS stylesheet forum crown next to name help (invision)

Post by Sanket March 16th 2013, 5:21 am

Add this in the rank title, see if that works.
Code:
<img src="Image URL"><font color="red">Administrator</font>
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top


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