![]() |
[F] About an error on registration of new members - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: Archived Bug Reports (https://community.mybb.com/forum-74.html) +------ Forum: MyBB 1.4.1 (https://community.mybb.com/forum-93.html) +------ Thread: [F] About an error on registration of new members (/thread-35477.html) Pages:
1
2
|
[F] About an error on registration of new members - adigec - 2008-08-10 Hi friends, I have got a problem about registration of new members. Registration can be completed successfully on Mozilla Firefox, but on Internet Explorer registration can not be completed because the password is not confirmed although I write correctly as you see in the picture below. I think the reason of this problem is “header_welcomeblock_guest” template of the style I am using. The codes of this “header_welcomeblock_guest” template are below. When I use Mybb original codes for this template, the process is okay. The Picture of the style I am using header_welcomeblock_guest Codes
What should I change on the given codes of “header_welcomeblock_guest” template? What do you advise? How can I solve this problem? RE: About an error on registration of new members - Tim B. - 2008-08-10 Does it still do this when you are using the default theme? It could be a bug where it does not make the httprequest properly in IE? Don't you have to make them differently in IE? I know this sounds stupid but are you 100% sure the passwords match? RE: About an error on registration of new members - adigec - 2008-08-10 This theme is adapted shape of mybb 1.4, when I use the original theme there is not any problem. I think it is only about the codes of “header_welcomeblock_guest” because when I use the original theme's codes, it works properly but with a different outlook RE: About an error on registration of new members - adigec - 2008-08-11 Isn't any answer about this problem? RE: About an error on registration of new members - Zash - 2008-08-15 This is also happening to me. http://forumpromotion.org/member.php?action=register RE: About an error on registration of new members - adigec - 2008-08-16 Yeah that is, can you help me for this? RE: About an error on registration of new members - WDZ - 2008-08-16 It looks like MyBB's form validator script is getting confused and using the "quick login" form fields instead of the registration form fields. It even happens with MyBB's own built-in login form. O_o That screenshot is from Opera 9.27. I wasn't able to reproduce the bug in 9.5, possibly because of this change: Quote:Removed IE-compatibility where Document.getElementById treated name and id attributes the same, which caused issues with jQuery. RE: About an error on registration of new members - Ryan Gordon - 2008-08-27 So is this only a problem in Opera 9.27? RE: About an error on registration of new members - WDZ - 2008-08-27 No, the same thing happens in IE6 and IE7... not sure about IE8. See http://community.mybboard.net/thread-36657.html [F] About an error on registration of new members - Ryan Gordon - 2008-08-28 Thank you for your bug report. This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. |