PDA

View Full Version : Mini Mods - Remove remember me checkbox from all pages


NunzioG
03-26-2011, 10:00 PM
In the template HEADER, STANDARD_ERROR, STANDARD_ERROR_LITE and STANDARD ERROR LOGIN search this line:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label>
and replace it with this code:

<input type="hidden" name="cookieuser" value="0" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" />

Boofo
03-27-2011, 07:51 PM
Already automatically done with this mod, as well as register rules.

https://vborg.vbsupport.ru/showthread.php?t=244573

NunzioG
03-27-2011, 08:16 PM
Sorry, but I had not noted :(

Boofo
03-27-2011, 08:26 PM
No problem. Just wanted to let you know that is has been done quite a few times, actually. ;)