The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Moving the Remember Me box
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: |
#2
|
||||
|
||||
Take this line and delete it:
HTML Code:
<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> HTML Code:
<input type="submit" class="loginbutton" value="{vb:rawphrase log_in}" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
HTML Code:
<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> |
#3
|
||||
|
||||
Lynne,
Thank you so much! That worked perfectly! |
#4
|
|||
|
|||
Bumped.
Not working for article. Works fine in Activity Stream, Forum and Blog. What to do? |
#5
|
||||
|
||||
Check the CSS on each of those pages and see what is different.
|
#6
|
|||
|
|||
I don't know how to do that, or are you asking me to check the templates? Which templates should I check?
--------------- Added [DATE]1376932292[/DATE] at [TIME]1376932292[/TIME] --------------- 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. |
#7
|
||||
|
||||
Then write some CSS specific for the remember me box that doesn't have those two elements (or sets it to default, rather).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|