The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TW7S - Change the look of the Login/Register in header Details »» | |||||||||||||||||||||||||||||
TW7S - Change the look of the Login/Register in header
Developer Last Online: Apr 2015
Before
After Click Here for Live preview. Installation:
----------------------------------------------------- vB 4.0.1 Fix Those of you who performed this mod on 4.0.0 and have upgraded to 4.0.1, all you have to do is revert the header template and perform the edits again. For some reason when the templates were merged with the new code it messed up the links when logged in. ----------------------------------------------------- Open header template Find: PHP Code:
Replace With: PHP Code:
To have the "Remember Me" box always checked: Find: PHP Code:
Replace With: PHP Code:
Download Now
Show Your Support
|
Благодарность от: | ||
SaN-DeeP |
Comments |
#162
|
||||
|
||||
foru vbulletin 4.0.6?
Thanks |
#163
|
|||
|
|||
Unfortunately no. This mod is not supported.
|
#164
|
|||
|
|||
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 |
#165
|
|||
|
|||
Quote:
any help? |
#166
|
|||
|
|||
Just replace in the header template:
Code:
<fieldset id="logindetails" class="logindetails"> <div> <div> <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>" /> <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /> <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> </div> </div> </fieldset> <div id="remember" class="remember"> <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> </div> Code:
<fieldset id="logindetails" class="logindetails"> <div> <div> <style type="text/css"> .toplinks form img { position:relative; top: 4px; } </style> <img src="images/misc/username.png" alt="Username" /> <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>" /> <img src="images/misc/password.png" alt="Password" /> <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /> <label for="cb_cookieuser_navbar"> <input type="checkbox" name="cookieuser" type="hidden" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked="checked" /> </label> <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> </div> </div> </fieldset> |
#167
|
|||
|
|||
|
#168
|
|||
|
|||
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 |
#169
|
||||
|
||||
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! |
#170
|
||||
|
||||
Maybe integrate this by default into vBulletin? Really improves the visual quality of the board.
|
#171
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|