[BUG-HIGH] register.php IE6 displays all error messages divs

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-08-2008, 06:16 AM
New Pligger
Pligg Version: Beta 9.9.0
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 28
Hi,

With IE6 (firefox and IE7 OK), when a user tries to register, register.php displays by default all the error divs. See attached snapshot.

Thanks for helping.
Attached Thumbnails
[BUG-HIGH] register.php IE6 displays all error messages divs-register.php.ie6.bug.png  
Reply With Quote
  #2 (permalink)  
Old 01-09-2008, 06:27 AM
New Pligger
Pligg Version: Beta 9.9.0
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 28
Up? Anyone to help please?
Reply With Quote
  #3 (permalink)  
Old 01-11-2008, 05:27 AM
New Pligger
Pligg Version: Beta 9.9.0
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 28
Hi,

No one has encountred this bug?

Thanks for helping, i really need a fix...
Reply With Quote
  #4 (permalink)  
Old 01-11-2008, 05:39 AM
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Sep 2007
Posts: 192
Quote:
Originally Posted by Skandy View Post
Hi,

No one has encountred this bug?

Thanks for helping, i really need a fix...
Sorry Skandy, but I don't have IE 6 to try and reproduce the errors you are receiving. I also can't read FRENCH, so I am not really sure what the errors say.

But seriously, have you modified the template in any way? Give us some details on what your server is (ie: php version, mysql version, pligg version, template being used, etc.) This might help expedite an answer from someone.
Reply With Quote
  #5 (permalink)  
Old 01-11-2008, 05:47 AM
New Pligger
Pligg Version: Beta 9.9.0
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 28
Quote:
Originally Posted by blaze View Post
Sorry Skandy, but I don't have IE 6 to try and reproduce the errors you are receiving. I also can't read FRENCH, so I am not really sure what the errors say.

But seriously, have you modified the template in any way? Give us some details on what your server is (ie: php version, mysql version, pligg version, template being used, etc.) This might help expedite an answer from someone.
Hi blaze,

I'm using Pligg Beta 9.9.0 with yget template running on linux Apache/1.3.39 Server, MySQL 5 and PHP Version 5.2.5.

I did not modify the template and it's working fine on Firefox and IE7. But when trying to register with IE6, alle the error divs are showing at the page init display...

I think it's a visibility style error (divs are all visible by default on IE6) but i can't find how to fix it.

Thanks for helping.
Reply With Quote
  #6 (permalink)  
Old 01-11-2008, 06:22 AM
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Sep 2007
Posts: 192
Quote:
Originally Posted by Skandy View Post
I think it's a visibility style error (divs are all visible by default on IE6) but i can't find how to fix it.

Thanks for helping.
It's not using a <div> tag though, so that can't be the reason. It's actually using a <span> tag. This is where the error display is, located in register_center.tpl:

Code:
<span class="error">{$error}</span>
By looking at the main.css file, the .error class isn't doing anything wrong, even for IE 6. This is what it shows:

Code:
.error {
color:#c00;
font-weight:700;
margin-top:10px;
border:1px solid red;
background:#FFC5BE;
padding:5px;
}
Not really sure what it could be. I suppose you could always add a display: none; to the <span> tag in the register_center.tpl file as a replacement, but by doing such, I don't think any error message would show at all then.

I'm not really sure what else to tell you, because I can't duplicate what you're seeing.
Reply With Quote
  #7 (permalink)  
Old 01-11-2008, 07:33 AM
New Pligger
Pligg Version: Beta 9.9.0
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 28
Quote:
Originally Posted by blaze View Post
It's not using a <div> tag though, so that can't be the reason. It's actually using a <span> tag. This is where the error display is, located in register_center.tpl:

Code:
<span class="error">{$error}</span>
By looking at the main.css file, the .error class isn't doing anything wrong, even for IE 6. This is what it shows:

Code:
.error {
color:#c00;
font-weight:700;
margin-top:10px;
border:1px solid red;
background:#FFC5BE;
padding:5px;
}
Not really sure what it could be. I suppose you could always add a display: none; to the <span> tag in the register_center.tpl file as a replacement, but by doing such, I don't think any error message would show at all then.

I'm not really sure what else to tell you, because I can't duplicate what you're seeing.
Thanks. I'll investigate more...
Reply With Quote
Reply

Thread Tools
Display Modes




Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development