header

Collapse

Images in the registration module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Go to Thank You chicoynano
    Senior Member

    ❤️❤️
    • 02.2021
    • 135
    • 99
    • 142

    Font Size
    #1

    Images in the registration module

    Go to Thank You
    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

    24-
    Code:
    <input type="text" name="username" value="{vb:var formData.username}" class="js-login-username b-form-input__input b-form-input__input--full" placeholder="{vb:phrase {vb:var loginPhrase}}" />
    Add this before <img src="images/username.png" alt="Username" />

    Code:
    <img src="images/username.png" alt="Username" />
    <input type="text" name="username" value="{vb:var formData.username}" class="js-login-username b-form-input__input b-form-input__input--full" placeholder="{vb:phrase {vb:var loginPhrase}}" />​


    Roughly on the line
    29-
    Code:
    <input type="password" autocomplete="off" name="password" class="js-login-password b-form-input__input b-form-input__input--full" placeholder="{vb:phrase password}" />


    Add this before <img src="images/password.png" alt="Password" />
    Code:
    <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}" />
    Daha büyük sürüm için resme tıklayın   İsim: password.png  Görüntülenme: 150  Boyut: 606 Bayt  Kimlik: 2640Daha büyük sürüm için resme tıklayın   İsim: username.png  Görüntülenme: 83  Boyut: 679 Bayt  Kimlik: 2644
    Attached Files
    Go to Top of Post
    Similar Threads
X

Thread Information

Collapse

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

    Those who read this thread

    Collapse

    widgetinstance 297 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎

    AdBlock Detected

    Please Disable Adblock

    Please consider supporting us by disabling the ad blocker.

    I've Disabled AdBlock
    Home