Auto login on portal

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Auto login on portal

Post by martin123456 »

Auto login on portal

open styles/prosilver/template/simpleportal_body.html

Find:

Code: Select all

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

Code: Select all

<input type="checkbox" name="autologin" id="autologin" checked="checked" /></label>
Result:
login.png
:D enjoy
You do not have the required permissions to view the files attached to this post.
Last edited by martin123456 on 21 Sep 2011, 18:49, edited 2 times in total.

Auto login on portal

Post by juango »

i know it probably doesn't make any difference but you need a space after the id="autologin" and checked="checked"

Auto login on portal

Post by martin123456 »

It works both ways but has its coded like this in simple portal i left it like it

Code: Select all

<input type="checkbox" name="autologin" id="autologin" /></label>