The Arcive of vBulletin Modifications Site. |
|
'Remember Me' Checked by Default in Navbar Details »»
|
|||||||||||||||||||||||||
Ok, so this is a painfully simple Template Modification, but I'm sure there are plenty of vBulletin users who would love to have the 'Remember Me' box on the navbar login form checked by default, so here it is:
Find the following in your navbar template (Its within the <!-- login form --> section): Code:
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td> Code:
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td> If you use this template mod, please, click INSTALL. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Reserved, just in case.
|
|
#3
|
||||
|
||||
|
Shouldn't it be checked="checked" ?
We also edit the various error message templates as you can login with them as well.
|
|
#4
|
||||
|
||||
|
whats the reason for the hack...........................
|
|
#5
|
|||
|
|||
|
Both "checked" and "on" seem to work, but I think "checked" might be more common, so I'll edit that. Thanks.
|
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
||||
|
||||
|
there problem ................i have to say happens on mine to but hey arcade scores arnt that important ........unless there mine of course !
|
|
#8
|
||||
|
||||
|
There is actually a very good reason why it is off by default. When people use internet caf?s or the likes and they forget to log off, they don't have to worry about their account getting hijacked.
Quote:
Quote:
|
|
#9
|
||||
|
||||
|
That had to have been the most difficult mod I've made so far!
![]() Thanks for sharing, Mark |
|
#10
|
||||
|
||||
|
Quote:
great hack |
![]() |
|
|