Autologin as Standard

Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets

Re: Autologin as Standard

Post by cisco007 »

search in yourstyle/template/index_body.html

find:

Code: Select all

<label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
replace with:

Code: Select all

<label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" checked="checked" /></label>
see if it works!

Re: Autologin as Standard

Post by ahh72 »

yes, working perfectly :thumb:

thanks batoloco :D

Re: Autologin as Standard

Post by cisco007 »

de nada!

glad it worked!

Re: Autologin as Standard

Post by altafali »

plz help with this

i m using subsilver2