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 posters

    Chatbox rank icon

    Infliction
    Infliction
    Forumember


    Posts : 129
    Reputation : 3
    Language : Dutch

    Solved Chatbox rank icon

    Post by Infliction August 19th 2011, 12:50 pm

    How can i add a chatbox rank icon next to my name?

    Version: PhpBB2
    Forum site: http://indrascape.actieforum.com/
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Chatbox rank icon

    Post by Nera. August 19th 2011, 1:17 pm

    Hi,

    Add this to CSS

    Code:
    #chatbox_members a[href="/u1"] {
        background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
        padding-left: 17px;
    }
    #chatbox a[href="/u1"] {
        background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
        padding-left: 17px;
    }

    Chatbox rank icon 8dIJ
    Infliction
    Infliction
    Forumember


    Posts : 129
    Reputation : 3
    Language : Dutch

    Solved Re: Chatbox rank icon

    Post by Infliction August 19th 2011, 1:27 pm

    In: See your forum's basic CSS

    Or just the CSS?

    And i want to know how to Add them to other Account's not only the Admin Account.


    Last edited by Infliction on August 19th 2011, 1:33 pm; edited 1 time in total
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Chatbox rank icon

    Post by Nera. August 19th 2011, 1:33 pm

    You have that empty table bellow See your forum's basic CSS, paste it in it.
    http://i.imm.io/8dKk.png
    Infliction
    Infliction
    Forumember


    Posts : 129
    Reputation : 3
    Language : Dutch

    Solved Re: Chatbox rank icon

    Post by Infliction August 19th 2011, 1:46 pm

    And i want to know how to Add them to other Account's not only the Admin Account..

    Can you tell me how i can do that?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Chatbox rank icon

    Post by Nera. August 19th 2011, 1:59 pm

    Take the same code and paste it to the same place once again.

    In it you have written two times number one (1).

    Change it to a different number in this new code you pasted in both places.

    Changing it to 2 would give the second registered the crown.

    You take the number from the browser when you click on users name.

    Click on my name here and you'll find this in the browser =>

    https://help.forumotion.com/u42273

    So my number would be the part I made indigo.

    And the code to give the crown to me would look like this

    Code:
    #chatbox_members a[href="/u42273"] {
        background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
        padding-left: 17px;
    }
    #chatbox a[href="/u42273"] {
        background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
        padding-left: 17px;
    }
    Infliction
    Infliction
    Forumember


    Posts : 129
    Reputation : 3
    Language : Dutch

    Solved Re: Chatbox rank icon

    Post by Infliction August 19th 2011, 2:15 pm

    Alright, it works!

    - xxx
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Chatbox rank icon

    Post by Base August 19th 2011, 2:16 pm

    Glad your problem is solved! Very Happy

    Solved => Locked

      Current date/time is September 23rd 2024, 7:25 am