Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • upweb Friend
    #794810

    Hello,
    does the template contemplate any standard way to delete these links under the login form or we need to customize the default_login.php as in any other template?

    thanks

    Ninja Lead Moderator
    #801534

    Hi,

    Using FTP account and open templates/ja_mono/html/com_users/login/default_login.php file and you will see code below

    <ul>
      <li><a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
        <?php echo JText::_('COM_USERS_LOGIN_RESET'); ?></a></li>
      <li><a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
        <?php echo JText::_('COM_USERS_LOGIN_REMIND'); ?></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::_('COM_USERS_LOGIN_REGISTER'); ?></a></li>
      <?php endif; ?>
    </ul>

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

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