|
Login Images
Hi All,
I modified my header / login by adding images a while ago, i noticed an similar mod here on vb.org however it is for 4.0.1 and was never updated so, here is the solution for vBulletin 4.0.4 / 4.0.5. Demo: http://battlefield3forums.com/forums/ Instructions: Firstly download the attachment added to this thread (images.zip) upload the files to your image directory, should look like this: /images/icons/username.png /images/icons/password.png Template edits: - HEADER (open this template) FIND THIS LINE: Code:
<input type="text" class="textbox" name="vb_login_username" Code:
<img src="./images/icons/username.png" alt="Username" /> Code:
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" Code:
<img src="./images/icons/password.png" alt="Password" /> In the same header template. FIND THIS: Code:
<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:
<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" checked="checked"/> {vb:rawphrase remember_me}</label>
</div>
Hope that helps Download
|
|||||||||
Similar Mods
| Forum Home Enhancements [vBD]-Slide Login Box (Top Panel,Perfect Login) | vBulletin 3.8 Template Modifications |