Some users are currently experiencing over capacity errors. Check
http://status.vanillaforums.com/ for updates.
Passwords don't match problem
When people try to register on my forum, it keeps saying to them that "Passwords don't match" even though it does match. If they click register ignoring the message, it does go through, but most of the people just close it out after verifying that the password is correct and continuously getting that message.
Can anyone advice how to fix this?
The link to it is here
http://forum.timesharemarketplace.com/
Comments
You removed extremely vital parts of the theme when you redesigned your forum. Specifically, you deleted this code:
<body id="{$BodyID}" class="{$BodyClass}">We intentionally specify $BodyID and $BodyClass in order to allow our javascript to target specific pages. Since you replaced the above snippet with:
<body>We could not target the registration form password fields, and the javascript started to behave erratically. I've restored the fields, please be careful with what you delete from the theme in the future.