- Joined
- Jun 26, 2021
- Messages
- 11
- Points
- 3
Reputation:
bartolo submitted a new resource:
Images in the registration module - vBulletin
Read more about this resource...
Images in the registration module - vBulletin
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...
Read more about this resource...