Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wonderbread Friend
    #134860

    How can I display text “user name” in the box of username and the text “password” in the box of password which located at the top of the template flat login module? thanks:)

    Sherlock Friend
    #277391

    Hi
    you must edit default.php(templatesja_avian_iihtmlmod_login folder)

    <label for="mod_login_username" class="ja-login-user">
    <span>Username</span>
    <input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" />
    </label>

    <label for="mod_login_password" class="ja-login-password">
    <span>Password</span>
    <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
    </label>

    Change to

    <label for="mod_login_username" class="ja-login-user">
    <span>Username</span>
    <input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" value="Username" />
    </label>

    <label for="mod_login_password" class="ja-login-password">
    <span>Password</span>
    <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" value="Password" />
    </label>

    Because password box have type is password, that box only display “*********”

    wonderbread Friend
    #277522

    Hello, I open the folder list in ja_avian_ii either d, l or m I only got these files, which one should I go in and where to change the codes thanks.

    Css, images, ja_menus, scripts, slimbox, blank.html, index.html, index.php, index2.php, ja_templatetools.php, ja_vars.php, template_thumbnail.png, templateDetails.xml
    thanks a lot

    wonderbread Friend
    #277524

    Actually I went to another place and fix it as you recommended and it changes as I wanted
    modules/mod_ja_login_php
    thanks 😀

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  wonderbread 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum