MyBB Community Forums

Full Version: No 'remember me?' option on 'no permissions' page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a reason for there not being a 'remember me?' check-box option on the no permissions page?
you can try adding code like below in error_nopermission template
<td class="trow1" colspan="2" align="center"><label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" checked="checked" value="yes" /> {$lang->remember_me}</label></td>