![]() |
foru vbulletin 4.0.6?
Thanks |
Quote:
|
Maybe someone here could explain how this works on 4.0.6 - I saw a few boards running this mod on the new Version.
Or maybe the Coder himself could do an update. This mod is marked as supported |
Quote:
any help? |
Just replace in the header template:
Code:
<fieldset id="logindetails" class="logindetails"> Code:
<fieldset id="logindetails" class="logindetails"> |
Quote:
|
Quote:
Any chance of having the "Remember Me?" box still appear below Username, but checked? Just so members know what checking the box infers? Thanks again ... Regards, Badger |
If checked="checked" is in accesskey "c" label then it will show up as checked. There's a lot you can do with the login, I personally have auto submit checked but hidden. But then if a person does not physically logout of the forum then they will remain logged in.
I have actually done this on numerous vbulletin boards, where people do not want the 'Remember Me' text or box showing because it looks out of place - just floats in the middle of nowhere!:rolleyes: |
Maybe integrate this by default into vBulletin? Really improves the visual quality of the board.
|
Quote:
Thanks .. appreciate the feedback ... :up: Can you tell me what line I need to change in demonfatal's code above, so that the checked box is indeed checked by default, however, the box is hidden such as it is on your site? Regards, Badger |
Has anybody tried it in 4.0.6 thanks
|
1 Attachment(s)
Quote:
Code:
<fieldset id="logindetails" class="logindetails"> Code:
<fieldset id="logindetails" class="logindetails"> And you get that: https://vborg.vbsupport.ru/external/2010/09/25.jpg Enjoy ;) |
Quote:
|
This should remove the 'Remember Me' text, check the box as checked and also hide the checkbox. I haven't tried it, just altered the code to suit.
PHP Code:
|
could you show me how to do it with the original vb code , without icons.
Quote:
|
Sure, here you go...
PHP Code:
|
this keeps the checkbox right next to the password feild, checked, and when u click the password feild to type in ur password it moves the check box right next to the username feild in between the two
Quote:
|
Try this... I haven't got access at the moment to a vB4 installation, due to doing a large vB migration in progress, so I cannot check this works. The other code was wrong, I noticed I had defined the 'Remember Me' twice, with both having having different variable set.
PHP Code:
|
that didnt work either, it just removed the register button, everything else stayed the same
|
1 Attachment(s)
Quote:
Se pic .. Regards, Badger |
Quote:
Code:
<fieldset id="logindetails" class="logindetails"> Code:
</fieldset> Code:
<fieldset id="logindetails" class="logindetails"> |
Quote:
Regards, Badger |
Right...I forgot to remove the first one... ^^
Just search and remove: 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" checked="checked" /> </label> Next search: Code:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> Code:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked" /> |
Quote:
... or, simply do this with the current header code, ignoring your other template change? Thanks Regards, Badger |
Hi. Also installed it. Works fine so far. Only the Checkbox is switching when i move form User to password field and back. Bit weird.
Thats the code (Header) i am using http://pastebin.org/1076673 |
Quote:
|
Quote:
After I delete the line (remove) the one you showed, this line to search for isn't even in my header template ... Just search and remove: 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" checked="checked" /> </label> Next search: Code:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> Regards, Badger |
Better if you PM me your full HEADER template...;)
|
For this to work in vB4.0.6 I had to readjust/do the code.
BEFORE you change any code - Please read ALL THREE (3) of the different options below... Open Header template Look for: Code:
<input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> Change to: Code:
<img src="./images/icons/username.png" alt="Username" /> If you want the “Remember me” box automatically ticked, then; Look for: Code:
<input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> And replace with: Code:
<img src="./images/icons/username.png" alt="Username" /> Look for: Code:
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li> And Change to: Code:
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li> Open your AdminCP -> Languages and phrases -> Phrase Manager -> On page 22 of 66 you will see "forgotten_your_password" -> click on 'edit' to the right of it -> in the 'English (US) Translation' box at the bottom, enter "Forgotten Password", and then click 'Save' and that's it - Job Done. |
Quote:
Thanks .. :) Regards, Badger Code:
<script type="text/javascript" src="/autolinker/autolinker.js"></script> |
Replace your full header template with this:
Code:
<script type="text/javascript" src="/autolinker/autolinker.js"></script> |
Quote:
Worked great ... :up: Regards, Badger |
@ Welshy2008: Thanks but the remember Box is still changing when i move from User to Password
|
Well, i?ve got it now. I am not a Coder!!! It works on 4.0.7 too
Change the whole header with that. Its not perfect but it works. If u get it better just leave your code HTML Code:
<div class="above_body"> <!-- closing tag is in template navbar --> |
Quote:
|
Quote:
|
I can't see where to add the additional css code for Vb 4.0.3?
|
Live Preview doesn't has the new icons.
|
Ok so this works in vB 4.0.7 and if yes is the same code or must change something?
|
Quote:
|
All times are GMT. The time now is 04:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|