MyBB Community Forums

Full Version: Portal Login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you move the login part on the portal to be on the right side, when you try to login it will redirect you to search.php dont know how to fix it though.
It is because the search form is not closed.

<form method="POST" action="http://www.wow-database.net/fm/search.php"><input type="hidden" name="action" value="do_login">
<input type="hidden" name="do_search">
<input type="text" name="keywords" value="">
<!-- start: gobutton -->
<input type="submit" value="Go!" />

Below that should be a </form> to close it off.
thanks that worked. must be an error in forstbite template, Ill tell altered.