Let's start with the first method I use. This requires editing the template file. Open the /template/login_body.html file of your style and find:
Code: Select all
<label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" />
Code: Select all
<input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" />
checked="checked"
to input and made remember me selected by default.Second way is to install an extension. Download the extension developed by _Vinny_ on phpBB.com, which adds JS code to the style to make Remember Me selected:
Upload the file to the /ext folder and extract it. Then just enable it from ACP.