MyBB Community Forums

Full Version: Template for the (Header) quick login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!
Where can I find the template for the quick login box included in the forum's header? (if logged in it is replaced by "Welcome back, xyz...etc.")

Thanx!
I believe it is in header_welcomeblock_guest, though the actual login fields are filled in by JavaScript and so don't actually appear in the template.
Thanks, thats all what I needed to know, problem was that no "remember me?" text was inserted...
MyBB remembers all users automatically I think. But if you want that, you can try this code:

<label for="remember">
Remember Me &nbsp<input type="checkbox" name="remember" id="remember" value="yes" checked="checked" />