CSS Profile Details Fields
CSS Profile Details Fields
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.


Last edited by TR1 on June 6th 2011, 1:49 am; edited 1 time in total
Re: CSS Profile Details Fields
Go to ACP > Users & Groups > Users > Profiles
Pick a field and change display colors...
Pick a field and change display colors...

Captain Kuchiki- Forumember
-
Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air
Re: CSS Profile Details Fields
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.
Re: CSS Profile Details Fields
Ah...why is that when you can do that on easy way....
ok try this...
go to view_topic template
find
then go to your css and add
ok try this...
go to view_topic template
find
- Code:
{postrow.displayed.POSTER_RPG}
- Code:
<div id="poster-rpg">{postrow.displayed.POSTER_RPG}</div>
then go to your css and add
- Code:
.poster-rpg{
color: #xxxx;}
Captain Kuchiki- Forumember
-
Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air
Re: CSS Profile Details Fields
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?
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?
Re: CSS Profile Details Fields
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
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
Captain Kuchiki- Forumember
-
Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air
Re: CSS Profile Details Fields
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.
Re: CSS Profile Details Fields
Did you published templete ?
Captain Kuchiki- Forumember
-
Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air
Re: CSS Profile Details Fields
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.
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.
Re: CSS Profile Details Fields
I knew i missed something.... 

Captain Kuchiki- Forumember
-
Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air
Re: CSS Profile Details Fields
Thank you it work! I actually was troubleshooting this and attempted the label field, but forgot to remove the colors in the palette 
Thanks for all your help!

Thanks for all your help!
Re: CSS Profile Details Fields
I didnt have label variable in my template thats why i gave you this....sorry for that...

Captain Kuchiki- Forumember
-
Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air
Re: CSS Profile Details Fields
@Captain Kuchiki wrote:I didnt have label variable in my template thats why i gave you this....sorry for that...![]()
Haha it is no problem at all. It worked out in the end and that's what matters.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum