Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tulioc Friend
    #188739

    Hi there,

    How to remove “Forgot your Username” from Ja Login Sign In box
    See image attached please.

    Thanks.


    1. login01
    pavit Moderator
    #498165

    Hi

    Try in this way:

    Goto this file templatesja_vintashtmlmod_jalogindefault.php around line 74

    <ul style="display: none;">
    <li>
    <a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
    <?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
    </li>
    <li>
    <a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
    <?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
    </li>
    <?php
    $usersConfig = JComponentHelper::getParams('com_users');
    if ($usersConfig->get('allowUserRegistration')) : ?>
    <li>
    <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
    <?php echo JText::_('REGISTER'); ?></a>
    </li>
    <?php endif; ?>
    </ul>

    Delete the part in RED

    First to make changes take a backup copy of the file

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

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

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