![]() |
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> |
All times are GMT. The time now is 02:48 AM. |
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:
|