Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #998823

    Hi
    Open template folder /html/com_user/login/default_login.php
    Add below code after line 70

    <?php if (JPluginHelper::isEnabled('system', 'remember')) : ?>
                <div  class="control-group">
                    <div class="control-label"><label><?php echo JText::_('COM_USERS_LOGIN_REMEMBER_ME') ?></label></div>
                    <div class="controls"><input id="remember" type="checkbox" name="remember" class="inputbox" value="yes"/></div>
                </div>
                <?php endif; ?>

    Here >>> http://prntscr.com/dq97xu

    Save and check.

    tareqkhaled Friend
    #999222

    Thanks done ! .

    Now I need to fix the position of tick box its not showing in place ( i mean before remember me ) .

    waiting for your kind assistance


    1. 1-3-2017-2-22-38-PM
    Pankaj Sharma Moderator
    #999380
    This reply has been marked as private.
    tareqkhaled Friend
    #999924
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1000091

    Hi
    I applied some modification and it looks like it is with default Joomla template.
    Becuase the width is not as much to adjust them in one row.
    It look like this :http://prntscr.com/ds2b9d
    http://prntscr.com/ds2bxm

    tareqkhaled Friend
    #1000141

    okay my dear thanks .

    thats all

    appreciate your support

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

This topic contains 6 replies, has 2 voices, and was last updated by  tareqkhaled 7 years, 8 months ago.

The topic ‘remember me in login form’ is closed to new replies.