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
4 posters

    Crowns next to names

    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Crowns next to names

    Post by fubzey March 25th 2012, 9:20 pm

    I saw a Guide how to put Crowns next to names but when i use this 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("imagedirectlink") no-repeat scroll 0 0 transparent;
    padding-left: 16px;
    }

    it gives everyone the Crown when i want Only Selected Members to get it
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 9:39 pm

    Bump...
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 25th 2012, 9:42 pm

    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

    Did you change this part of the code - ="/u#"], ?




    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 9:45 pm

    slg wrote:
    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

    Did you change this part of the code - ="/u#"], ?


    mine has ="/u1" can u give me an example what its ment to look like blackeye

    thanks
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 25th 2012, 9:46 pm

    On my forum my user ID is u1, so if I use the code on my forum I would have to change that part of the code to u1.



    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 9:56 pm

    slg wrote:On my forum my user ID is u1, so if I use the code on my forum I would have to change that part of the code to u1.

    this my code and it still gives everyone the crown

    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="/u#"], .postprofile strong, .module a[href="/u#"] {
            background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
      padding-left: 16px;}
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 25th 2012, 9:59 pm

    You forgot one - table.ipbtable td a[href="/u#"],



    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 10:04 pm

    Other people are still getting it
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 25th 2012, 10:09 pm

    Please post the link to where you got the code. Was the code for phpBB 2?



    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 10:10 pm

    slg wrote:Please post the link to where you got the code. Was the code for phpBB 2?

    https://help.forumotion.com/t90311-how-to-add-an-icon-before-username



    Code:
    For Invision:
    Step 1:
        Navigate to...
        Administration Panel → Display → Colors → CSS Style Sheet

        Step 2:
        Scroll all the way down (if there is already coding there), and paste the following code:
    CODE: ----------SELECT ALL
        #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("imagedirectlink") no-repeat scroll 0 0 transparent;
            padding-left: 16px;
        }



    Step 3:
        Once you have chosen the codes you want, please change the "#" character next to /u according to what user you want the icon to appear before. To find out the  "#" to replace, go to that user's forum profile, and copy the number after "/u".

        Example:
     
    CODE: ----------SELECT ALL
    a[href="/u1"]

        /u1 is the founder of the forum, and when you go to his profile, it will be: www.forumlink.com/u1

    You can now choose the small image to place before the user name. Simply copy the direct link, and paste the link in the "imagedirectlink" text.

        To make two users have icons, simply just paste the same exact code again, changing the number to correspond with his/her profile.

        Once you have finished everything, click:  Submit, and you're done.
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 25th 2012, 10:16 pm

    Which forum version are you using? In your profile it says phpBB 2.



    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 10:20 pm

    slg wrote:Which forum version are you using? In your profile it says phpBB 2.

    im using Invision ikr my forums say that
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 25th 2012, 10:21 pm

    Did you change this - .postprofile strong, .module a[href="/u#"] {



    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 10:35 pm

    Yes to u1 witch is me
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 25th 2012, 11:03 pm

    slg wrote:Did you change this - .postprofile strong, .module a[href="/u#"] {

    yes
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Crowns next to names

    Post by Mike March 25th 2012, 11:35 pm

    copy paste this and see...
    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"], .module a[href="/u1"] {
            background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
      padding-left: 16px;
        }
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 26th 2012, 12:26 am

    Drogba921 wrote:copy paste this and see...
    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"], .module a[href="/u1"] {
            background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
      padding-left: 16px;
        }

    this worked thank you do i have to Keep copying this and pasteing for new memmbers or is there shorter code
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Crowns next to names

    Post by Mike March 26th 2012, 12:35 am

    Youll have to do it for each member you add a tag to.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 26th 2012, 12:39 am

    Drogba921 wrote:Youll have to do it for each member you add a tag to.

    also is there away i can have crowns in front of legend

    Crowns next to names V6un36
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 26th 2012, 1:13 am

    bump/
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 26th 2012, 1:20 am

    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!





    Crowns next to names Slgray10

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


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Crowns next to names

    Post by Mike March 26th 2012, 2:01 am

    Code:
     .row2 div a[href="/GROUP"]{
            background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
      padding-left: 16px;
        }

    For this one, replace /GROUP with the link to your group... to get it, go to your legend, click a group, and at the end of the link it will say /g#-NAME

    copy that part Smile
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 26th 2012, 2:12 am

    Drogba921 wrote:
    Code:
     .row2 div a[href="/GROUP"]{
            background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
      padding-left: 16px;
        }

    For this one, replace /GROUP with the link to your group... to get it, go to your legend, click a group, and at the end of the link it will say /g#-NAME

    copy that part Smile

    Really dont understand could u please give me a Full Code Example So i can work off thanks
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Crowns next to names

    Post by SLGray March 26th 2012, 3:17 am

    Use that code and replace /Group with the group link that appears in the browser.

    For example:
    Support Moderators here is /g4054-forumotion-support-moderators.



    Crowns next to names Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fubzey
    Forumember


    Posts : 31
    Reputation : 1
    Language : english

    Solved Re: Crowns next to names

    Post by fubzey March 26th 2012, 3:55 am

    Solved thank you
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Crowns next to names

    Post by Jophy March 26th 2012, 3:57 am

    Since this thread appears to be solved, I will mark this thread as Solved and move it now.

    Note: You can also help the staff member's work by EDITING your topic and marking it as Solved.

      Current date/time is November 11th 2024, 11:13 pm