MyBB Community Forums

Full Version: [F] About an error on registration of new members
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.

[Image: 20080809085531sv1.jpg]


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

[Image: 20080810140920wj2.jpg]


header_welcomeblock_guest Codes

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1" width="60%" rowspan="2"><navigation></td>
<td width="30%" class="trow2" style="font-size:11px">
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>


<td><strong>{$lang->username}</strong>&nbsp;&nbsp;</td>
<td><input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="this.value=''" /><label for="remember">
<input name="remember" id="remember" value="yes" checked="checked" type="checkbox"><span class="smalltext">Hatırla</span></label>

</td>
</tr>
<tr>
<td><strong>{$lang->password}</strong>&nbsp;&nbsp;</td>
<td><input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />&nbsp;&nbsp;<input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>




<div align="center">
	<table class="tborder" style="border-top-width: 0px;" align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
	<tbody><tr align="center">







<td class="tcat" align="center"><div style="text-align: left; font-size: 11px;"><a href="/member.php?action=register"><b><font color="#3C4D81">Kayıt Ol / Register</a></b></font></td>


<td class="tcat" align="center"><div style="text-align: left; font-size: 11px;"><a href="$settings[bburl]/search.php"><b><font color="#3C4D81">$lang->toplinks_search</a></b></font></td>




<td class="tcat" align="center"><div style="text-align: left; font-size: 11px;"><a href="$settings[bburl]/memberlist.php"><b><font color="#3C4D81">$lang->toplinks_memberlist</a></b></font></td>

<td class="tcat" align="center"><div style="text-align: left; font-size: 11px;"><a href="$settings[bburl]/calendar.php"><b><font color="#3C4D81">$lang->toplinks_calendar</a></b></font></td>



<td class="tcat" align="center"><div style="text-align: right; font-size: 11px;"><a href="$settings[bburl]/misc.php?action=help"><b><font color="#3C4D81">$lang->toplinks_help</a></b></font></td>


	</tr>




What should I change on the given codes of “header_welcomeblock_guest” template?
What do you advise?
How can I solve this problem?
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?
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
Isn't any answer about this problem?
Yeah that is, can you help me for this?
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

[attachment=10572]

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.
So is this only a problem in Opera 9.27?
No, the same thing happens in IE6 and IE7... not sure about IE8.

See http://community.mybboard.net/thread-36657.html
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.
Pages: 1 2