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 |
#92
|
|||
|
|||
Still work on 4.0.2?
EDIT: Nevermind... missed about 3 pages of people asking about this. |
#93
|
||||
|
||||
neet thanks
|
#94
|
|||
|
|||
Cadelin & Front Page - Thanks a lot - I am on 4.0.1 and want to upgrade to 4.0.2 - So when I do this I will then wait for this to be confirmed as 4.0.2 friendly.
Cheers, W |
#95
|
|||
|
|||
Good work. thanks!
|
#96
|
|||
|
|||
Installed and working on 4.0.2 !
|
#97
|
||||
|
||||
After reverting template and reinstalling code, mod is working fine with 4.0.2
|
#98
|
||||
|
||||
I think the replace is missing a bit of code.
Code:
</form> </li> </ul> </vb:if> </div> |
#99
|
|||
|
|||
Looks good but you are now giving the user more work as he has to erase the text in the boxes first to enter his username and password. I know they can be left blank in the value, but it would be better if they erase them self when you click on them like other login boxes do.
|
#100
|
|||
|
|||
Good work.
thanks! |
#101
|
|||
|
|||
With some tweaking to tidy the code this looks much better, thanks.
Quote:
Quote:
For both, use following replace for vB 4.0.2: Code:
<img src="./images/icons/username.png" alt="Username" /> <input type="text" class="textbox default-value" 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>" onfocus="if (this.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'){this.value=''; this.style.color='black';}" onblur="if (this.value == '') {this.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'; this.style.color='#828282';}"/> <img src="./images/icons/password.png" alt="Password" /> <input type="password" class="textbox default-value" tabindex="102" name="vb_login_password" id="navbar_password" size="10" onfocus="this.style.color='black';" /> <label for="cb_cookieuser_navbar"><input id="cb_cookieuser_navbar" type="checkbox" accesskey="c" tabindex="103" value="1" name="cookieuser" checked="checked" /></label> <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> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> </li> </ul> </vb:if> </div> Code:
<style type="text/css"> .toplinks form img { position:relative; top: 3px; } </style> Username is present but it doesn't need deleting, on-click removes the text as per default. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|