Back to vBulletin 5.x Template Modifications

Images in the registration module
Mod Version: 1.00, by Chicoynano

vB Version: 5.5.5 Rating: (4 votes - 5.00 average) Installs: 4
Released: 26 May 2021 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

If you want to display an image in the registration module, upload these images password.png and username.png to your / images folder.
Then find the following template login_main
========================================
Roughly on the line
23- <span class="td">
<input type="text" value="{vb:var formData.username}" class="js-login-username b-form-input__input b-form-input__input--full" placeholder="{vb:hrase {vb:var loginPhrase}}" />
</span>
Add this before <img src="images/username.png" alt="Username">
Code:
<span class="td">
<img src="images/username.png" alt="Username"> <input type="text" value="{vb:var formData.username}" class="js-login-username b-form-input__input b-form-input__input--full" placeholder="{vb:phrase {vb:var loginPhrase}}" />
</span>
========================================
Roughly on the line
28-<span class="td">
<input type="password" autocomplete="off" name="password" class="js-login-password b-form-input__input b-form-input__input--full" placeholder="{vb:hrase password}" />
</span>
Add this before <img src="images/password.png" alt="Password">

Code:
<span class="td">
<img src="images/password.png" alt="Password"><input type="password" autocomplete="off" name="password" class="js-login-password b-form-input__input b-form-input__input--full" placeholder="{vb:phrase password}" />
</span>
NOTE:
========================================
You can see an example in my forum
https://foro4g.com/

Download

No files for download.

Screenshots

Click image for larger version
Name:	login1.png
Views:	65
Size:	24.2 KB
ID:	158844   Click image for larger version
Name:	login2.png
Views:	52
Size:	157.6 KB
ID:	158845   Click image for larger version
Name:	before.jpg
Views:	35
Size:	17.5 KB
ID:	158846   Click image for larger version
Name:	later.jpg
Views:	25
Size:	21.4 KB
ID:	158847  

Similar Mods

Add-On Releases Subscribed/Favorite Forums Module [vba CMPS module] vBulletin 3.6 Add-ons
Major Additions [Module]Teamspeak module for vBadvanced CMPS v3.0 RC2 Modification Graveyard
Module CMPS: Custom Welcome module vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024