The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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. |
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
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 ? |
#5
|
||||
|
||||
That's going to be somewhere in the CSS I think. You don't have this issue in the default style, I'm assuming.
|
#6
|
|||
|
|||
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). |
#7
|
|||
|
|||
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. |
2 благодарности(ей) от: | ||
crusader142, Max Taxable |
#8
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|