View Full Version : Login Page glitch
dev396590
12-29-2009, 08:58 AM
Dear Friends,
We've successfully installed the User Reg solution, and everything works as it should, and renders perfectly — expect for the login page. (It works fine, but the Spry validation messages appear on page load.)
If anyone could take a moment to see if the source code reveals something we're overlooking, any help would be most appreciated. Here's the page:
http://www.vlpvolunteers.org/users_LogIn.php
Thanks in advance!
Eric Mittman
12-29-2009, 01:43 PM
I have looked at your page and I can see the error messages. In the source code it looks like the spry validations that make these errors show has been triggered somehow. Do you get this result when you use the page in it's default format? Please test this out on the login page that has not been incorporated into your site. If you do not get the same result please post back and include a copy of this login page that you have and any other resources that I would need to test the page out locally.
dev396590
12-29-2009, 04:12 PM
Thanks so much for your response, Eric. Good thought! — here's the Login page sans the site's design template — and it appears fine.
http://www.vlpvolunteers.org/users_LogIn_clean.php
Here's another sample interior page where (like all others), the form and template render perfectly:
http://www.vlpvolunteers.org/users_Registration.php
I'll keep eyeballing the HTML, but if there is anything that jumps out at you, kindly let me know. Thanks again for your time and assistance. Greatly appreciated!
Eric Mittman
12-30-2009, 12:03 PM
Those parts seem ok to me, if you can please post back and include a copy of the bad form from your site as well as any of the css or template files I will need to see it like you have it on the server.
You can post back with these files in a zip archive and attach them to your response. I will take a look and do some comparing to see if I can spot the problem.
dev396590
12-30-2009, 12:54 PM
Please find zip file attached... Thank you very much, Eric. You're a lifesaver!
Eric Mittman
12-31-2009, 02:43 PM
Ok, it looks like the problem is that you are missing a bit of code that occurs in the head of the document. Just after the </title> tag you should add in this code:
<link href="WA_SecurityAssist/styles/Refined_Pacifica.css" rel="stylesheet" type="text/css" />
<link href="WA_SecurityAssist/styles/Arial.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationPassword.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.textfieldServerError {
display:inline;
margin:0px;
color:#CC3333;
border: 1px solid #CC3333;
}
-->
</style>
<link href="SpryAssets/SpryValidationPassword.css" rel="stylesheet" type="text/css">
I tested this with your page and was able to get the validation messages to show as they should when I put this code in just after the closing title tag.
dev396590
12-31-2009, 03:28 PM
Works like a charm! Thank you so much, Eric — your time and help saved the day. Happy New Year!
Eric Mittman
12-31-2009, 03:54 PM
Same to you, I'm glad that I was able to help. I should have seen this issue before but was not looking in the rite place I guess.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.