Log me in automatically box
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!
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!
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
Log me in automatically box
how can i get the login me in automatically box already ticked as defauly like in the picture below?
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Log me in automatically box
open login_body.html and find:
Replace with:
Code: Select all
<input type="checkbox" name="autologin" id="autologin" tabindex="4" />
Code: Select all
<input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" />
Board rules! No PM support
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
Re: Log me in automatically box
thanks man! appreciate it
Re: Log me in automatically box
Thanks!