Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-04-2009, 08:27 AM
bluidkiti bluidkiti is offline
 
Join Date: Dec 2006
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Change Font Color on forumdisplay.php

In the image below where do I go to change the font color for the bar with Forum Tools in it and the other bar for Title / Thread Starter.

Image below:

Attachment 107151

Thanks in advance for the help.
Reply With Quote
  #2  
Old 12-04-2009, 09:11 AM
blur13th blur13th is offline
 
Join Date: Jan 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in threadbit.css

find

Code:
.threadlisthead span.threadinfo {
	width: 49%;
}
add below

Code:
.threadlisthead span.threadinfo a {
        color: colour you want.
}
Reply With Quote
  #3  
Old 12-04-2009, 09:41 AM
bluidkiti bluidkiti is offline
 
Join Date: Dec 2006
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually that should be in threadlist.css , correct?

and you would add the code like this:

Code:
.threadlisthead span.threadinfo a {
        color: #ffffff;
}
And I have to do that for each on that bar separately - Replies, Views, Last Post By.



Now how about these 2 bars on forumdisplay.php shown in the image below. How do you change the colors for the font in them?

Attachment 107152
Reply With Quote
  #4  
Old 12-09-2009, 03:02 PM
oddmud's Avatar
oddmud oddmud is offline
 
Join Date: Oct 2009
Location: Canada
Posts: 239
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

???? anyone? i also can't figure this out, tried like 10 things
Reply With Quote
  #5  
Old 12-09-2009, 03:22 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Show up what you tried and where you put it.
Reply With Quote
  #6  
Old 12-09-2009, 09:38 PM
oddmud's Avatar
oddmud oddmud is offline
 
Join Date: Oct 2009
Location: Canada
Posts: 239
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried what you put in here... I posted a request on the official Beta forum

http://www.vbulletin.com/forum/showt...Thread-Display

Maybe that explains it a little better?
Reply With Quote
  #7  
Old 12-09-2009, 10:24 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I feel like I've already looked that one up. Do a search in templates for ".postlist_popups a" and you will see what effects it. And then get the firebug addon for firefox for future use and you'll be able to easily find these things yourself.
Reply With Quote
  #8  
Old 12-09-2009, 11:01 PM
oddmud's Avatar
oddmud oddmud is offline
 
Join Date: Oct 2009
Location: Canada
Posts: 239
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh I have firebug. why didn't i think of that. let me test it.

--------------- Added [DATE]1260407404[/DATE] at [TIME]1260407404[/TIME] ---------------

i still dont know what i'm looking for, damnit.

--------------- Added [DATE]1260407798[/DATE] at [TIME]1260407798[/TIME] ---------------

I thought it was "thread_controls" inside the showthread.css

Code:
.thread_controls {
	position: relative;
	display:block;
	float: {vb:stylevar left};
	width: 100%;
	border: 1px solid #c4c4c4;
	background: {vb:stylevar blockhead_background.backgroundColor} {vb:stylevar blockhead_background.backgroundImage} repeat-x top {vb:stylevar left};
	margin-bottom: {vb:math {vb:stylevar padding}/2};
	margin-top: {vb:stylevar padding};
}

.thread_controls div:first-child {
	font-weight: bold;
	padding: {vb:math {vb:stylevar padding}/2} 0;
	font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
	border-top: 1px solid {vb:stylevar body_background.backgroundColor};

	float: {vb:stylevar left};
	width: 100%;
}
But I placed a color code in there, didn't change anything. UGH!

--------------- Added [DATE]1260408170[/DATE] at [TIME]1260408170[/TIME] ---------------

Ok I found it and changed it...

Changed:
Code:
color: {vb:stylevar link_color};
To:
Code:
color: #ffffff;
Doesn't make sense since it was supposed to pull the link_color stylevar, but it wasn't. Cause the Link_color stylevar was a blue color and not black.

Thanks Lynne once again. Can I register my own stylevar and have it point to it? I think I read somewhere you can.
Reply With Quote
  #9  
Old 12-10-2009, 01:43 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by oddmud View Post
Thanks Lynne once again. Can I register my own stylevar and have it point to it? I think I read somewhere you can.
Yes, you may. You must be in debug mode and then go to the StyleVar page in teh MASTER STYLE and you will have a new option to Add New Stylevar.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05174 seconds
  • Memory Usage 2,255KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete