vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Help with forum (https://vborg.vbsupport.ru/showthread.php?t=278646)

crusader142 02-16-2012 07:54 AM

Help with forum
 
1 Attachment(s)
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

crusader142 02-18-2012 02:32 AM

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.

Max Taxable 02-18-2012 02:37 AM

Quote:

Originally Posted by crusader142 (Post 2300161)
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.

crusader142 02-18-2012 03:24 AM

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 ?

Max Taxable 02-18-2012 01:12 PM

Quote:

Originally Posted by crusader142 (Post 2300715)
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.

crusader142 02-20-2012 01:03 AM

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).

kh99 02-20-2012 01:20 AM

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.

crusader142 02-20-2012 01:29 AM

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.


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.01209 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete