The Arcive of vBulletin Modifications Site. |
|
Remember me option? Details »»
|
|||||||||||||||||||||||||
Is there a solution for vb4.x.x.x suite to automatically have the "Remember me" on?
I have search in the long treat's but nothing found. Further the rest is working after a lot of costuming and editing. Maybe its a option to make a new upload and explanation of all to new down-loaders? And :up: for all the good work! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
in your header template look for this code
Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked" /> {vb:rawphrase remember_me}</label>
|
|
#3
|
|||
|
|||
|
is not there on vb4.
It is now: <input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> </div> </div> </fieldset> |
|
#4
|
||||
|
||||
|
heres a screen shot of it
vb4.1.3 plain as day |
|
#5
|
|||
|
|||
|
Its different i see
|
|
#6
|
||||
|
||||
|
Just add checked="checked" anywhere in that line then.
|
|
#7
|
|||
|
|||
|
not working
|
|
#8
|
||||
|
||||
|
Post the line after you added it in here.
|
|
#9
|
|||
|
|||
|
How do you mean?
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked" /> Is it now. |
|
#10
|
||||
|
||||
|
First, there are 3 of those lines that need to be changed. Second, that is not the one in the header, which is a fourth one.
In the header look for this: Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
and add it to that line. Or save yourself the headache, and use this, which has the options to turn the checked boxes off or on: https://vborg.vbsupport.ru/showthread.php?t=244573 |
![]() |
|
|