InfoAddict
05-28-2010, 10:46 AM
I found the answer once in the past, but for the life of me can't re-find it.
I'd like the move that "remember me?" area to the left of the login area, rather than below it.
Can anyone spare the code?
--------------- Added 1275061949 at 1275061949 ---------------
Managed to work it out myself. It's now on the far right of the very top bar.
Find:
<ul class="nouser">
Directly under it, dump:
<li><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></li>
Remove the other reference to the remember me checkbox by searching for "remember" and deleting it outright.
--------------- Added 1275062532 at 1275062532 ---------------
Actually, that doesn't seem to work. "Remember me" doesn't remember me anymore. :/
Anyone have the answer?
--------------- Added 1275094880 at 1275094880 ---------------
Still no luck here. Any suggestions?
I'd like the move that "remember me?" area to the left of the login area, rather than below it.
Can anyone spare the code?
--------------- Added 1275061949 at 1275061949 ---------------
Managed to work it out myself. It's now on the far right of the very top bar.
Find:
<ul class="nouser">
Directly under it, dump:
<li><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></li>
Remove the other reference to the remember me checkbox by searching for "remember" and deleting it outright.
--------------- Added 1275062532 at 1275062532 ---------------
Actually, that doesn't seem to work. "Remember me" doesn't remember me anymore. :/
Anyone have the answer?
--------------- Added 1275094880 at 1275094880 ---------------
Still no luck here. Any suggestions?