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

Reply
 
Thread Tools Display Modes
  #1  
Old 02-16-2012, 07:54 AM
crusader142 crusader142 is offline
 
Join Date: Jan 2012
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help with forum

Hello. I am hoping some vbulletin pros can help me here.


Our site is www.sonsofvalour.org/forums

The first thing is that the forums looks squareish in IE9 but nice and rounded edges in Firefox.

Second is to do with users profiles. The text is white and I do not know how to change it to make it readible.

The third it that I have ranks enabled and I have assigned post values corresponding to higher US military rank badges.

However they dont appear even though the path is correct to their location on the server.



Thanks in advance
Attached Images
File Type: png Site.png (348.0 KB, 0 views)
Reply With Quote
  #2  
Old 02-18-2012, 02:32 AM
crusader142 crusader142 is offline
 
Join Date: Jan 2012
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump.

I still have no idea why some of the boxes in users profiles have invisible text.
Google is not really helping me here either.

Anyone have any answers ?

Would be really helping me out. Thanks.
Reply With Quote
  #3  
Old 02-18-2012, 02:37 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crusader142 View Post
Hello. I am hoping some vbulletin pros can help me here.


Our site is www.sonsofvalour.org/forums

The first thing is that the forums looks squareish in IE9 but nice and rounded edges in Firefox.

Second is to do with users profiles. The text is white and I do not know how to change it to make it readible.

The third it that I have ranks enabled and I have assigned post values corresponding to higher US military rank badges.

However they dont appear even though the path is correct to their location on the server.



Thanks in advance
IE does not support rounded corners.
Reply With Quote
  #4  
Old 02-18-2012, 03:24 AM
crusader142 crusader142 is offline
 
Join Date: Jan 2012
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah I see.

Thanks for that.

Im still searching through google results.
Is the issue of white text on white background a fairly common one ?
Reply With Quote
  #5  
Old 02-18-2012, 01:12 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crusader142 View Post
Ah I see.


Thanks for that.

Im still searching through google results.
Is the issue of white text on white background a fairly common one ?
That's going to be somewhere in the CSS I think. You don't have this issue in the default style, I'm assuming.
Reply With Quote
  #6  
Old 02-20-2012, 01:03 AM
crusader142 crusader142 is offline
 
Join Date: Jan 2012
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is in the default style


http://sonsofvalour.org/forums/member.php?2-Crusader-NZ


All the boxes on the left side are white text on white background.



Cannot find where the CSS / style vars would be to change it.

I have figured out alot in the short time I have been working on vbulletin (new to vbulletin with 4.1.10).

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

visitor messages are also the same (white on white).
Reply With Quote
  #7  
Old 02-20-2012, 01:20 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like the text color for both of those are from the template userprofile.css:

Code:
.userprof_content {
    background-color: #FAFAFA;
    background-repeat: repeat;
    color: #FFFFFF;
}

the #FFFFFF is making the text white. I would just change userprofile.css, but I've seen other people add new CSS in additional.css, so maybe that's the right way to do it. (I'm not a CSS expert or anything).

Edit: oh...actually it's a style variable called content_text_color, so I guess the correct thing to do is change it from the Style Variable Editor.

Edit again: ...except that content_text_color is likely used somewhere else, which is probably how it got set to white in the first place. In that case I'm not sure of the "correct" way to fix it.
Reply With Quote
2 благодарности(ей) от:
crusader142, Max Taxable
  #8  
Old 02-20-2012, 01:29 AM
crusader142 crusader142 is offline
 
Join Date: Jan 2012
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool thanks. I will have a crack at it now.


Edited post to help others who may come across this issue.



Fixes for white text on white background in user profiles:


Navigate to userprofiles.css (as kh99 said)




Visitor Messages Fix:

.userprof_content{
color: {vb:raw module_text_color}; <- Replace everthing in bold to: #333333
background-color: {vb:raw module_background_color};
background-image: {vb:raw module_background_image};
background-repeat: {vb:raw module_background_repeat};





Join Date / Last Activity & Recent Visitors Fix


#sidebar_container .userprof_content .blockrow{
color: {vb:raw content_text_color}; <- Replace everthing in bold to: #333333
background-color: {vb:raw content_background_color};
<vb:if condition="$content_background_image != ''">
background-image: {vb:raw content_background_image};
background-repeat: {vb:raw content_background_repeat};
</vb:if>
border-color: {vb:raw content_border};



Still looking for the other issue.

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

Can an admin please set this as resolved.

Cheers for the help guys.
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 07:41 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.03931 seconds
  • Memory Usage 2,253KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (2)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (1)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete