MyBB Community Forums

Full Version: Login button not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Forumers/Staff,

when i want to log in threw the "Log In" button, it takes no Action. (i can't login threw it)
i have to log in threw the "Portal" Button.

how can i fix it, that all my Users can log in threw the "Log In" button?

here is my "header_welcomeblock_guest"


Quote:<span style="float:right; margin-left: 5px; margin-top: 0px;"><a href="member.php?action=register" class="buttons_ca">Create an Account</a></span>
<div id="button"><span style="float:right; margin-left: 5px; margin-top: -4px;"><input type="submit" value="Login" class="buttons_lo" name="submit"/></span></div>
<div id="popupContact">
<a id="popupContactClose">x</a>
<h1>Log in</h1>
<!--  Support the designer's effort, do not remove the copyright.
Show your support towards free themes by not removing the piece of code below. - YuvaPix Designs -->
<p id="contactArea">
<div id="login">
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<span style="color: #383838;"><b>Username:</b></span><br />
<input type="text" class="textbox" name="username" size="8"  title="{$lang->login_username}" value="{$lang->login_username}" onfocus="this.value=''" /><br />
<span style="color: #383838;"><b>Password:</b></span><br />
<input type="password" class="textbox" name="password" size="8"  title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />&nbsp;<br /><br /><input type="submit" class="button" name="submit" value="{$lang->login}" /> <span style="color: #383838;">or</span> <a href="member.php?action=register" class="button">Register</a>
<br/><br/>
<label for="remember">
<input type="checkbox" name="remember" id="remember" value="yes" checked="checked"  /><span class="smalltext"><span style="color: #383838;">Remember Me?</span></span></label>&nbsp; <a href="{$mybb->settings['bburl']}/member.php?action=lostpw">{$lang->lost_password}</a>
</form>
</div>
</p>
</div>
<div id="backgroundPopup"></div>


Regards,
commander.