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

Reply
 
Thread Tools Display Modes
  #21  
Old 07-28-2011, 06:53 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LA-Aquarium View Post
Lynne, I just found out the user profile comments are also transparent.

I am sending you PM with link of demo.
Try this:
Code:
.userprof_content {
    color: #000000 !important;
}
Reply With Quote
  #22  
Old 07-28-2011, 06:58 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great that worked. I just found yet another transparent area. The Recent Visitors box, info inside is transparent.

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

oh no.. i just got a database error, I did not make any other changes after adding that css. any idea what is wrong? could it just be a temporary thing?
Reply With Quote
  #23  
Old 07-28-2011, 07:04 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LA-Aquarium View Post
great that worked. I just found yet another transparent area. The Recent Visitors box, info inside is transparent.

--------------- Added 28 Jul 2011 at 16:01 ---------------

oh no.. i just got a database error, I did not make any other changes after adding that css. any idea what is wrong? could it just be a temporary thing?
What does the database error say? (Right click > view source)

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

And see if this works:
Code:
#sidebar_container .userprof_content a, #sidebar_container .userprof_content a:hover {
    color: #417394 !important;
}
Reply With Quote
  #24  
Old 07-28-2011, 07:06 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html> 
<head> 
	<title> Database Error</title> 
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 
	<meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" /> 
	<style type="text/css"> 
	<!--	
	body { background-color: white; color: black; }
	#container { width: 400px; }
	#message   { width: 400px; color: black; background-color: #FFFFCC; }
	#bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
	.bodytext  { font: 8pt/11pt verdana, arial, sans-serif; }
	a:link     { font: 8pt/11pt verdana, arial, sans-serif; color: red; }
	a:visited  { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
	-->
	</style> 
</head> 
<body> 
<table cellpadding="3" cellspacing="5" id="container"> 
<tr> 
	<td><img src="./image.php?type=dberror" alt="Database Error" width="48" height="48" /></td> 
	<td id="bodytitle" width="100%">Database error</td> 
</tr> 
<tr> 
	<td class="bodytext" colspan="2">The  database has encountered a problem.</td> 
</tr> 
<tr> 
	<td colspan="2"><hr /></td> 
</tr> 
<tr> 
	<td class="bodytext" colspan="2"> 
		Please try the following:
		<ul> 
			<li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li> 
			<li>Open the <a href="/">laaquarium.com</a> home page, then try to open another page.</li> 
			<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li> 
		</ul> 
	</td> 
</tr> 
<tr> 
	<td class="bodytext" colspan="2">The laaquarium.com forum technical staff have been notified of the error, though you may <a href="mailto:admin@laaquarium.com">contact them</a> if the problem persists.</td> 
</tr> 
<tr> 
	<td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td> 
</tr> 
</table> 
 


<!--

Database error in vBulletin :
 
mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: User sharpima_vblass already has more than 'max_user_connections' active connections

/home1/sharpima/public_html/laaquarium/Forum/includes/class_core.php on line 314
 
MySQL Error   : 
Error Number  : 
Request Date  : Thursday, July 28th 2011 @ 02:06:04 PM
Error Date    : Thursday, July 28th 2011 @ 02:06:04 PM
Script        : http://laaquarium.com/Forum/
Referrer      : 
IP Address    : 66.133.222.229
Username      : 
Classname     : vB_Database
MySQL Version : 

-->

 
 
</body> 
</html>
Reply With Quote
  #25  
Old 07-28-2011, 07:08 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: User sharpima_vblass already has more than 'max_user_connections' active connections
Contact your host with that error
Reply With Quote
Благодарность от:
LA-Aquarium
  #26  
Old 07-28-2011, 07:37 PM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, i got that problem fixed. now what about the latest visitor box?

if you look at this profile you will notice on the left menu bottom area where the fonts are transparent.

http://laaquarium.com/Forum/member.p...outme&simple=1

Groups, latest visitors etc..
Reply With Quote
  #27  
Old 07-28-2011, 09:43 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LA-Aquarium View Post
Okay, i got that problem fixed. now what about the latest visitor box?

if you look at this profile you will notice on the left menu bottom area where the fonts are transparent.

http://laaquarium.com/Forum/member.p...outme&simple=1

Groups, latest visitors etc..
Did you see if this works?
Quote:
Originally Posted by HMBeaty View Post
And see if this works:
Code:
#sidebar_container .userprof_content a, #sidebar_container .userprof_content a:hover {
    color: #417394 !important;
}
Reply With Quote
  #28  
Old 07-29-2011, 12:20 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

did not work.

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

I just noticed that on some user profiles the transparent problem is in different places. For example, one members profile shows the registered users who view profile in transparent, where on my profile it shows registered users in black and the details are transparent.
Reply With Quote
  #29  
Old 07-30-2011, 02:16 AM
LA-Aquarium LA-Aquarium is offline
 
Join Date: Jul 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne saved me again! Thanks. HMBeaty, Thanks for your help too.
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 04:26 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.06977 seconds
  • Memory Usage 2,258KB
  • Queries Executed 11 (?)
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
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (1)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • 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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete