Autologin as Standard

Guides & Snippets for phpBB3. Try the Snippets here and share Your own Snippets
There is no support here! Only Read Access!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Autologin as Standard

Post by ahh72 »

yes, working perfectly :thumb:

thanks batoloco :D
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Autologin as Standard

Post by cisco007 »

de nada!

glad it worked!
altafali
BBCoder II
BBCoder II
Posts: 28
Joined: 03 Jun 2010, 20:16

Re: Autologin as Standard

Post by altafali »

plz help with this

i m using subsilver2
Locked