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
LH Justin
Ahmedvirus
Nera.
Link4
8 posters

    Staff Icon Next to username

    avatar
    Link4
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Staff Icon Next to username

    Post by Link4 August 16th 2011, 12:01 pm

    Well, I was working on finishing this up, then I finally got to the point to where I did it, and I finally figured, "Oh yeah! Who is a boss @ making things work!"


    And then I noticed this after I posted something...

    Staff Icon Next to username 2liztab

    The problem is obviously the 1 crown that got stuck into my Avatar and the other one stuck below my profile and Private Message buttons...

    Can anyone help me and explain to me how I can fix this please..

    I need to know how to fix this fast......

    Thanks for reasing and thanks to ANYONE who can help.
    Nera.
    Nera.
    Energetic


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

    Solved Re: Staff Icon Next to username

    Post by Nera. August 16th 2011, 12:43 pm

    Hi,

    What is your forum version?

    Have you tried usint the tips from the tutorial
    https://help.forumotion.com/t90311-how-to-add-an-icon-before-username ?
    avatar
    Link4
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Re: Staff Icon Next to username

    Post by Link4 August 16th 2011, 12:58 pm

    EDIT: I think my Forum Version is phpBB3

    EDIT #2: Nevermind, I found out my Forum Version was phpBB3.

    I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.

    I have tried the Tutorial Tips from that & Also from another one.

    I followed the tutorials Step by Step, I got the crowns on, but I do not know how to fix that one problem...


    Last edited by Link4 on August 16th 2011, 2:00 pm; edited 1 time in total
    Ahmedvirus
    Ahmedvirus
    Forumember


    Male Posts : 321
    Reputation : 59
    Language : English

    Solved Re: Staff Icon Next to username

    Post by Ahmedvirus August 16th 2011, 1:55 pm

    I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
    To make sure that follow the following
    go to AP/Display/Skins/Choose a theme/Version
    avatar
    Link4
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Re: Staff Icon Next to username

    Post by Link4 August 16th 2011, 1:58 pm

    Ahmedvirus wrote:
    I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
    To make sure that follow the following
    go to AP/Display/Skins/Choose a theme/Version

    Thank you. Apparently I have a phpBB3 Version...

    EDIT: Do I need to change my Version into something else?
    Ahmedvirus
    Ahmedvirus
    Forumember


    Male Posts : 321
    Reputation : 59
    Language : English

    Solved Re: Staff Icon Next to username

    Post by Ahmedvirus August 16th 2011, 4:18 pm

    Will be better if the version phpbb2
    Very Happy
    LH Justin
    LH Justin
    Hyperactive


    Male Posts : 3686
    Reputation : 121
    Language : English
    Location : United States

    Solved Re: Staff Icon Next to username

    Post by LH Justin August 16th 2011, 4:57 pm

    Ahmedvirus wrote:Will be better if the version phpbb2
    Very Happy
    Should work all the same. And it's never better as phpBB2. Evil or Very Mad
    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Solved Re: Staff Icon Next to username

    Post by Empire_1 August 16th 2011, 5:17 pm

    Ahmedvirus wrote:Will be better if the version phpbb2
    Very Happy

    Doubt it Razz

    LH Justin is right. phpBB2 is inferior to phpBB3. BB2's CSS is terrible TT

    mmägi
    mmägi
    Forumember


    Male Posts : 402
    Reputation : 4
    Language : Estonia

    Solved Re: Staff Icon Next to username

    Post by mmägi August 16th 2011, 6:24 pm

    whats ur site url?
    Infliction
    Infliction
    Forumember


    Posts : 129
    Reputation : 3
    Language : Dutch

    Solved Re: Staff Icon Next to username

    Post by Infliction August 16th 2011, 6:59 pm

    Yeah, can someone help me with adding staff icon's next to my username and in legend? Please message me back (:
    Nera.
    Nera.
    Energetic


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

    Solved Re: Staff Icon Next to username

    Post by Nera. August 16th 2011, 10:12 pm

    Link4 wrote: I have a phpBB3 Version...

    Hi,

    Try with this in CSS

    Code:
    p a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }
    .forabg a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }
    .forumbg a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }
    .postprofile strong a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }

    Example:

    Staff Icon Next to username 88kp

    Staff Icon Next to username 88kx

    Staff Icon Next to username 88kG

    Staff Icon Next to username 88kS

    The most important should be this one Exclamation =>
    I did not have the time to inspect the whole forum but it seems to have no bugs.

    Staff Icon Next to username 88m3

    Infliction wrote:Yeah, can someone help me with adding staff icon's next to my username and in legend? Please message me back (:

    Hi,

    Please open a topic for it Smile

    Thank you : )
    avatar
    Link4
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Re: Staff Icon Next to username

    Post by Link4 August 17th 2011, 12:38 am

    Nera. wrote:
    Link4 wrote: I have a phpBB3 Version...

    Hi,

    Try with this in CSS

    Code:
    p a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }
    .forabg a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }
    .forumbg a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }
    .postprofile strong a[href="/u1"] {
        background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
        height: 15px;
        line-height: 17px;
        padding-left: 16px;
        padding-top: 2px;
        width: 15px;
    }

    Example:

    Staff Icon Next to username 88kp

    Staff Icon Next to username 88kx

    Staff Icon Next to username 88kG

    Staff Icon Next to username 88kS

    The most important should be this one Exclamation =>
    I did not have the time to inspect the whole forum but it seems to have no bugs.

    Staff Icon Next to username 88m3

    Infliction wrote:Yeah, can someone help me with adding staff icon's next to my username and in legend? Please message me back (:

    Hi,

    Please open a topic for it Smile

    Thank you : )

    This worked.

    Thank you thank you thank you thank you soooo soo sooo much. REP+++++++++++++++ for you.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Staff Icon Next to username

    Post by Sanket August 17th 2011, 5:58 am

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Staff Icon Next to username 2j4t5a8

    Sanket Smile


      Current date/time is September 23rd 2024, 8:33 am