[Solved] change font color view topic left

Support for IntegraMOD 140

Moderator: Integra Moderator

[Solved] change font color view topic left

PostAuthor: zenrei » Sun Oct 15, 2006 8:04 am

problably an easy one too...

I changed the user_occ field to be a personal message field that shows under everyone's posted topic info on the left.

how do i make it come up a different color?

right now, it's white, but i'd like to make it green.
Last edited by zenrei on Wed Oct 25, 2006 8:18 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

Re: change font color view topic left

PostAuthor: Frost » Sun Oct 15, 2006 8:41 pm

That is defined by a class and is global I believe, you could change it to a different color but there is no telling what else uses that class and would also be affected.

You could define your own class with whatever color you wanted and edit the code in the .tpl file.

I'll go look at it and get a more detailed description

Also..

If you wanted to play around with any of the colors the easiest way would be to take a screenshot of your site, open that screenshot in photoshop and use the eyedropper tool to get the hex code of the color, then open the .css file and do a find and experiment until you get the desired affect.
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: zenrei » Tue Oct 17, 2006 4:36 am

i was hoping for something more defininitive... like, which tpl?

it's something that shows up on the left, where the profile information is (name, online/offline, total posts, etc)

what tpl is that? I looked, but no dice. I don't believe it's global, because i was on another site (that is now down) that had it a different color.
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

Re: change font color view topic left

PostAuthor: Frost » Wed Oct 18, 2006 9:11 pm

What I'm saying is it's defined by a class in your .css file. The .tpl file only states which class it's using from the .css file.

Here's something you could try...

1. Screenshot your site (or area you see the color you want to change)

2. Open said screenshot in something you can use an eyedropper tool to figure out the exact hex code ( the #000000 )

3. Open the .css file of whichever template you are using. Example: subSulver.css

4. do a "find" for that hex color you got.

5. You'll have to read the description above each place it finds the hex color to see if that's what you're after.

6. Once you find it you can make it whatever color you want, then save and upload the .css file.

Now.. the only problem with doing this is that there's no telling what else uses that perticular class so the color you changed to might show up other places also.

If you still need help, take the screenshot, and send it to me along with the .css file of your site and the color you want it changed to

Frost

Edit: Also i forgot to mention that you can provide a new class in the css that will make it the color you want without affecting anything else. I can walk you through this if you want just let me know.
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: zenrei » Thu Oct 19, 2006 5:04 am

i know hex codes, i don't need to figure out what color i need to change it.

i need to know where the code is that controls the color for the answer to the profile field for occupation is.
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

PostAuthor: zenrei » Sun Oct 22, 2006 5:51 am

where are the classes kept??
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

Re: change font color view topic left

PostAuthor: Teelk » Sun Oct 22, 2006 8:28 pm

First you'll want to create a new CSS class in the .css file of your theme, located in your theme's folder. If your theme is fisubice, the .css file would be named fisubice.css. If you need more instruction about how to create a css class, try following the examples in the file, otherwise I can try to be more specific. You do this so that you can create a unique color/style for that particular font.

Then go to ACP>PCP>PCP Wizard and click Alter Page Display. Select phpBB>>View Topic>>Left from the dropdown menu and click select.

Look for the occupation field, which I believe is called user_occ. Then under the HTML Style column change class to the class you created in the css file.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: zenrei » Wed Oct 25, 2006 8:18 pm

sweeeeeet!!

that was a lot easier than I expected!

Thank you!!!
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot], Google [Bot]