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.
The forum of the forums
+3
Cassius Dio
Sir Chivasâ„¢
Alpha pyro4
7 posters

    CCS stylesheet forum crown next to name help (invision)

    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Sun Feb 24, 2013 1: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 Sat Mar 16, 2013 5:41 pm; edited 3 times in total
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Mon Feb 25, 2013 2:05 am

    Bump.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Tue Feb 26, 2013 5:37 pm

    Bump.
    Sir Chivasâ„¢
    Sir Chivasâ„¢
    Helper
    Helper


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

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

    Post by Sir Chivasâ„¢ Tue Feb 26, 2013 6:52 pm

    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"] {
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Tue Feb 26, 2013 7:13 pm

    Cassius Dio
    Cassius Dio
    Forumember


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

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

    Post by Cassius Dio Tue Feb 26, 2013 11:45 pm

    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;
        }
    avatar
    D O N
    New Member


    Posts : 2
    Reputation : 1
    Language : english

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

    Post by D O N Wed Feb 27, 2013 3: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
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Wed Feb 27, 2013 5:35 pm

    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

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

    Post by Alpha pyro4 Thu Feb 28, 2013 9:49 pm

    Bump.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Sat Mar 02, 2013 12:40 pm

    Bump.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Sun Mar 03, 2013 12:43 pm

    Bump.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Mon Mar 04, 2013 5:21 pm

    Bumpedy bump.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Tue Mar 05, 2013 6:49 pm

    Bump bump.
    zenzo
    zenzo
    Forumember


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

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

    Post by zenzo Tue Mar 05, 2013 9:44 pm

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


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

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

    Post by Alpha pyro4 Fri Mar 08, 2013 11:24 pm

    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

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

    Post by Alpha pyro4 Sun Mar 10, 2013 12:31 am

    Bump...
    Sanket
    Sanket
    ForumGuru


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

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

    Post by Sanket Sun Mar 10, 2013 12:37 am

    Okay, which two users have you added these?

    Also post the exact codes once again here.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Sun Mar 10, 2013 7:40 pm

    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

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

    Post by Alpha pyro4 Mon Mar 11, 2013 8:10 pm

    Bump.
    Sanket
    Sanket
    ForumGuru


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

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

    Post by Sanket Tue Mar 12, 2013 2: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?
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Tue Mar 12, 2013 5: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.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Tue Mar 12, 2013 7:24 pm

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


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

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

    Post by Alpha pyro4 Wed Mar 13, 2013 4: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.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Wed Mar 13, 2013 4: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.
    Alpha pyro4
    Alpha pyro4
    Forumember


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

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

    Post by Alpha pyro4 Wed Mar 13, 2013 6:13 pm

    It's already at the top of the CSS Stylesheet, unless you want me to put it on top on the Basic CSS Stylesheet.
    Sanket
    Sanket
    ForumGuru


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

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

    Post by Sanket Thu Mar 14, 2013 7:46 am

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


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

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

    Post by Alpha pyro4 Thu Mar 14, 2013 5: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?
    Sanket
    Sanket
    ForumGuru


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

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

    Post by Sanket Fri Mar 15, 2013 2:50 am

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


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

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

    Post by Alpha pyro4 Fri Mar 15, 2013 5: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?
    Sanket
    Sanket
    ForumGuru


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

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

    Post by Sanket Fri Mar 15, 2013 11:21 pm

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

      Current date/time is Sun Sep 22, 2024 10:25 pm