Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • yjobcreations Friend
    #134205

    on the top portion you will see the login boxes for username and password.

    the username icon overlaps with the word “Username” and the password icon overlaps with the word “Password”.

    How can i remove the text?
    It will be ok if there is no text, just the icons so that it will look better.

    thanhlt Friend
    #274338

    Hi yjobcreations, this seem to be happened with with FireFox 2

    Sherlock Friend
    #274349

    Hi
    you can edit default.php(templatesja_sanidinehtmlmod_login folder)

    Change from:

    <label for="mod_login_username" class="ja-login-user">
    <span><?php echo JText::_('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><?php echo JText::_('Password') ?></span>
    <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
    </label>

    to:

    <label for="mod_login_username" class="ja-login-user">
    <span><?php //echo JText::_('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> <?php //echo JText::_('Password') ?></span>
    <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
    </label>

    yjobcreations Friend
    #274367

    hello,

    there seems to be no difference between the two codes.

    do i need to delete the text in bold :

    <span><?php echo JText::_(‘Username‘) ?></span>

    <span><?php echo JText::_(‘Password‘) ?></span>

    Sherlock Friend
    #274369

    No
    Change like this:

    <span><?php echo JText::_('Username') ?></span>
    to

    <span> <?php //echo JText::_('Username') ?></span>

    yjobcreations Friend
    #274370

    ah ok thank you.

    Sherlock Friend
    #274382

    HI
    Can i mark this topic is solved ?

    yjobcreations Friend
    #274383

    yes sir go ahead.

    sdbeerpong Friend
    #274627

    I am using the community building login module instead of the ja_login. In the Top module position, once logged in The user details and logout button are aligned far left over the site name and logo, instead of on the right where it is located prior to login.

    Is this an issue with the sadine template or community builders login module.

    http://advanceddigitalhomes.com/beerpongleagues/

    Sherlock Friend
    #274704

    please send me an account to test

    sdbeerpong Friend
    #275148

    Looks like it is a problem with ie7 and the cb login module. Thanks

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

This topic contains 11 replies, has 4 voices, and was last updated by  sdbeerpong 15 years, 11 months ago.

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