admin
17-07-2010, 08:22 AM
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: Car Forum (http://carsforumz.com/)
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:
<input type="text" class="textbox" name="vb_login_username"
ADD BEFORE:
<img src="./images/icons/username.png" alt="Username" />
FIND THIS LINE:
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint"
ADD BEFORE:
<img src="./images/icons/password.png" alt="Password" />
Done!
Demo: Car Forum (http://carsforumz.com/)
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:
<input type="text" class="textbox" name="vb_login_username"
ADD BEFORE:
<img src="./images/icons/username.png" alt="Username" />
FIND THIS LINE:
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint"
ADD BEFORE:
<img src="./images/icons/password.png" alt="Password" />
Done!