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 |
#32
|
||||
|
||||
Meh, too bad this one is bigger than the original, it doesn't fit.
|
#33
|
|||
|
|||
sure is tonight?
|
#34
|
|||
|
|||
Nice Mod, but one question....
How can I leave the checkbox under the login with the words "Remember me?" and the checkbox checked? I want to do everything this mod offers, except leave it under and not make words disappear because users might not understand what the checkbox is for. Thanks. |
#35
|
||||
|
||||
Quote:
Code:
<style type="text/css"> img {vertical-align:middle} </style> <img src="./images/icons/username.png" alt="Username" /> <input id="navbar_username" class="bginput" type="text" onblur="if (this.value == '') this.value = 'Username';" onfocus="if (this.value == 'Username') this.value = '';" value="Username" tabindex="101" accesskey="u" size="10" name="vb_login_username" style="font-size: 11px;"/> <img src="./images/icons/password.png" alt="Password" /> <input id="navbar_password" class="bginput" type="password" onblur="if (this.value == '') this.value = '';" onfocus="if (this.value == 'Password') this.value = '';" value="Password" tabindex="102" accesskey="u" size="10" name="vb_login_password" style="font-size: 11px;/> <input type="submit" class="loginbutton" value="Login" tabindex="104" 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" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked="checked" /> {vb:rawphrase remember_me}</label> </div> <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> </vb:if> </div> |
#36
|
|||
|
|||
I did it all, showed up as I wanted, but now I cannot login? No login button and even when trying to hit enter after typing it all nothing happens???
|
#37
|
||||
|
||||
Revert template, start over. Code works fine. Unless you're talking about the custom code listed above this post, then IDK. Click Installed and I will look into it
|
#38
|
|||
|
|||
Yes the code above your post, there is no more login that you can click to login, only register instead.
|
#39
|
|||
|
|||
...still searching for the header template in my vbulletin files to do the modifications.... can anyone help me to find it please.... thanks a lot!
|
#40
|
||||
|
||||
Quote:
Change the login part of your header to look like this (make sure you compare what you already have) PHP Code:
To make the Remember Me checked by default change this part of the code above: PHP Code:
To look like this: PHP Code:
Enjoy! |
#41
|
|||
|
|||
Like I said in my previous post.....
The LOGIN and REGISTER button is GONE so therefore, you CANNOT login at all, it all appears like I wanted to, but what happened to the login button?? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|