CSS Profile Details Fields Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    CSS Profile Details Fields

    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved CSS Profile Details Fields

    Post by TR1 June 5th 2011, 1:35 am

    I have been looking through the CSS lists and my code, but I can't pinpoint this field in the CSS. Where can I find the following font color field in the forum's CSS? Thank you.

    CSS Profile Details Fields Csshelp


    Last edited by TR1 on June 6th 2011, 1:49 am; edited 1 time in total
    Captain Kuchiki
    Captain Kuchiki
    Forumember


    Male Posts : 193
    Reputation : 34
    Language : Serbian, English
    Location : In the air

    Solved Re: CSS Profile Details Fields

    Post by Captain Kuchiki June 5th 2011, 1:38 am

    Go to ACP > Users & Groups > Users > Profiles
    Pick a field and change display colors... Wink
    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved Re: CSS Profile Details Fields

    Post by TR1 June 5th 2011, 1:44 am

    I may have not been clear enough, sorry if I wasn't, but I am looking on how to change those fields' colors in the Cascading Stylesheet. Not the ACP.
    Captain Kuchiki
    Captain Kuchiki
    Forumember


    Male Posts : 193
    Reputation : 34
    Language : Serbian, English
    Location : In the air

    Solved Re: CSS Profile Details Fields

    Post by Captain Kuchiki June 5th 2011, 1:53 am

    Ah...why is that when you can do that on easy way....
    ok try this...
    go to view_topic template
    find
    Code:
    {postrow.displayed.POSTER_RPG}
    and replace it with
    Code:
    <div id="poster-rpg">{postrow.displayed.POSTER_RPG}</div>

    then go to your css and add
    Code:
    .poster-rpg{
    color: #xxxx;}
    I didnt tested this yet...but it should work...
    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved Re: CSS Profile Details Fields

    Post by TR1 June 5th 2011, 2:02 am

    I am doing it this way because it is a secondary theme that goes with a changing theme, thus I need to do it in the CSS.

    I also tried what you said, but in the basic CSS of my PhpBB 2, a lot of those fields don't exist apparently. I used the "Find" function on all of those codes, and bits of them, but I can't seem to find that area. You sure that was made for PhpBB 2?
    Captain Kuchiki
    Captain Kuchiki
    Forumember


    Male Posts : 193
    Reputation : 34
    Language : Serbian, English
    Location : In the air

    Solved Re: CSS Profile Details Fields

    Post by Captain Kuchiki June 5th 2011, 2:05 am

    You need tp change the templates and add css since this is a new code....
    acp>display>templates>general>viewtopi_body
    you need to do that to create the id for what you want....then go to your css and add css code that i have you...and yes, that is for phpbb2
    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved Re: CSS Profile Details Fields

    Post by TR1 June 5th 2011, 2:16 am

    I entered it into the viewtopic_body and CSS but it doesn't seem to change. I put the color code into the ACP > Disply > Colors > CSS Stylesheet to test it, but it doesn't change the color.
    Captain Kuchiki
    Captain Kuchiki
    Forumember


    Male Posts : 193
    Reputation : 34
    Language : Serbian, English
    Location : In the air

    Solved Re: CSS Profile Details Fields

    Post by Captain Kuchiki June 5th 2011, 2:19 am

    Did you published templete ?
    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved Re: CSS Profile Details Fields

    Post by TR1 June 5th 2011, 2:23 am

    Yeah I published it.
    Nera.
    Nera.
    Energetic


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

    Solved Re: CSS Profile Details Fields

    Post by Nera. June 5th 2011, 8:00 am

    Nemanja gave you the right way but wrong variable. Do the same thing but with {postrow.displayed.profile_field.LABEL} if you want to change the yellow letters.
    And in order to function you must also remove the colors from profiles before doing it http://i.imm.io/6bo9.png . Than you'll be able to change that color exactly through CSS.
    Captain Kuchiki
    Captain Kuchiki
    Forumember


    Male Posts : 193
    Reputation : 34
    Language : Serbian, English
    Location : In the air

    Solved Re: CSS Profile Details Fields

    Post by Captain Kuchiki June 5th 2011, 12:06 pm

    I knew i missed something.... Very Happy
    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved Re: CSS Profile Details Fields

    Post by TR1 June 6th 2011, 1:48 am

    Thank you it work! I actually was troubleshooting this and attempted the label field, but forgot to remove the colors in the palette huhohi

    Thanks for all your help!
    Captain Kuchiki
    Captain Kuchiki
    Forumember


    Male Posts : 193
    Reputation : 34
    Language : Serbian, English
    Location : In the air

    Solved Re: CSS Profile Details Fields

    Post by Captain Kuchiki June 6th 2011, 2:08 am

    I didnt have label variable in my template thats why i gave you this....sorry for that... Embarassed
    avatar
    TR1
    Forumember


    Posts : 31
    Reputation : 0
    Language : English

    Solved Re: CSS Profile Details Fields

    Post by TR1 June 6th 2011, 2:13 am

    Captain Kuchiki wrote:I didnt have label variable in my template thats why i gave you this....sorry for that... Embarassed

    Haha it is no problem at all. It worked out in the end and that's what matters.
    Nera.
    Nera.
    Energetic


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

    Solved Re: CSS Profile Details Fields

    Post by Nera. June 6th 2011, 8:17 am

    Solved => Locked