MyBB Community Forums

Full Version: Include login form on other pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I include a forum login form on other pages of my website? Such as a homepage.

Thank you.
Well you just need two textboxes with the names
name="username"
and
name="password"
You will also need a submit/login button and you need the form to post it to member.php.

However to make it work you will also need this:
<input type="hidden" name="action" value="do_login" />
Perfect thank you Big Grin