Log me in automatically box

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
iheartbreakz
BBCoder II
BBCoder II
Posts: 21
Joined: 11 Apr 2010, 16:58

Log me in automatically box

Post by iheartbreakz »

how can i get the login me in automatically box already ticked as defauly like in the picture below?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Log me in automatically box

Post by Stoker »

open login_body.html and find:

Code: Select all

<input type="checkbox" name="autologin" id="autologin" tabindex="4" />
Replace with:

Code: Select all

<input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" />
Board rules! No PM support
iheartbreakz
BBCoder II
BBCoder II
Posts: 21
Joined: 11 Apr 2010, 16:58

Re: Log me in automatically box

Post by iheartbreakz »

thanks man! appreciate it ;)
am.hitek
BBCoder II
BBCoder II
Posts: 15
Joined: 27 May 2010, 14:15

Re: Log me in automatically box

Post by am.hitek »

Thanks!
Locked