View Full Version : Moving the Remember Me box
ZippySLC
01-01-2010, 12:49 PM
I've modified the header and have a large random image displaying immediately below the login box at the top of the header. The problem is that the "Remember Me" box is below the login boxes, which makes it hard to see because it's on top of an image.
What I would like is the login, password, and remember me boxes to be on the same level.
I've looked at the template and haven't had much luck changing it. Can anybody lend a hand?
Ideally, I'd like it to look something like this:
http://www.troop48berlin.org/images/Beta_Pine/loginBar_changed.jpg
Lynne
01-01-2010, 02:11 PM
Take this line and delete it:
<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" /> {vb:rawphrase remember_me}</label>
</div>Find this:
<input type="submit" class="loginbutton" value="{vb:rawphrase log_in}" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />Right above it add this:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" /> {vb:rawphrase remember_me}</label>I think that should do it. Play with it a bit to get it how you want.
ZippySLC
01-01-2010, 02:25 PM
Lynne,
Thank you so much! That worked perfectly!
durruti
08-19-2013, 01:42 PM
Bumped.
Not working for article.
https://vborg.vbsupport.ru/external/2013/08/25.png
Works fine in Activity Stream, Forum and Blog.
https://vborg.vbsupport.ru/external/2013/08/26.png
What to do?
Lynne
08-19-2013, 01:57 PM
Check the CSS on each of those pages and see what is different.
durruti
08-19-2013, 02:26 PM
Check the CSS on each of those pages and see what is different.
I don't know how to do that, or are you asking me to check the templates? Which templates should I check?
--------------- Added 1376932292 at 1376932292 ---------------
In Article, I found this using Inspect Element:
label, .label {
font-weight: bold;
padding: 5px 0px;
display: block;
float: left;
clear: right;
}
When Red are unchecked, "Remember me?" appear correctly.
Lynne
08-19-2013, 07:06 PM
Then write some CSS specific for the remember me box that doesn't have those two elements (or sets it to default, rather).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.