MyBB Community Forums

Full Version: "Remember Me?" code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. The theme I am using for my site does not have a "remember me?" checkbox. I am wondering what is the code for it, so that I can add it to my forum. Smile
Go to: Admin Cp > Templates > Your theme's templates > Header Templates > header_welcomeblock_guest > and add the following code;
<span class="remember_me"><input checked="checked" class="checkbox" value="yes" id="quick_login_remember" name="quick_remember" type="checkbox"><label for="quick_login_remember"> Remember me</label></span>