2008-08-10, 11:11 AM
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?
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
<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> </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> </td>
<td><input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" /> <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?