MyBB Community Forums

Full Version: Login Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm create new theme like vbulletin but i have a problem with login when i want to login there is an error for error see screenshot .

[Image: spw0vq.jpg]

Here is My Header_guest_login tempelate :

<table  class="tborder" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" width="100%"  align="center">
<tr>
<td class="trow1"  colspan="1"><navigation></td>
<td class="trow2" width="150" nowrap="nowrap" style="padding:0px">
<script type="text/javascript">
<!--
   lang.username = "{$lang->login_username}";
   lang.password = "{$lang->login_password}";
   lang.login = "{$lang->login}";
   lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
   lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
// -->
</script>
<form action="member.php" method="post">
<input type="hidden" name="quick_login" value="101" />
<table cellpadding="0" cellspacing="3" border="0" class="trow2">
<tr>
<td class="smallfont" style="white-space: nowrap;">Username:</td>
<td><input type="text" class="textbox" style="font-size: 11px" name="username" size="10" title="" class="textbox" value="" /></td>
</tr>
<tr>
<td class="smallfont">Password:</td>
<td><input type="password" class="textbox" style="font-size: 11px" name="password" size="10" value="" /></td>
<td class="smalltext"><label title="If ticked, your login details will be remembered on this computer, otherwise, you will be logged out as soon as you close your browser.">
<input type="checkbox" class="checkbox" name="remember" value="yes" checked="checked" />Remember me</label></td>

<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="" />
      </tr>
</tr>
    <tr>
<td colspan="2">
        <a rel="nofollow" style="font-size:8pt;" href="member.php?action=lostpw">Forgot Password?</a>
<td><input type="submit" name="submit" value="Login" class="button" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
      </td>
    </tr>
</table>
</form>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="tborder">
<td class="welcome"><a href="{$mybb->settings['bburl']}/index.php"><b>Home</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/portal.php"><b>Portal</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>{$lang->toplinks_help}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/calendar.php"><b>Calendar</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/syndication.php"><b>RSS</b></a></td>
</tr>
</table>
</div>

<br />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
   <td class="tcat"><b>Welcome to {$mybb->settings['homename']}</b></td>
</tr>
<tr>
   <td class="trow1">
If this is your first visit to our site, please first read <a href="{$mybb->settings['bburl']}/misc.php?action=help"><strong>Help</strong></a> criteria
Before you can exchange information on our Forum You must be <a href="{$mybb->settings['bburl']}/member.php?action=register"><strong>Register</strong></a> 
Non-members can not exercise any form of activity in our forum;
Topic can not open, message can not write, can not download Attachments, private messaging.
You can register to use fully Post.

   </td>
</tr>
</table>

Bump still looking for help .