Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mansonfreak79 Friend
    #171766

    Hi …

    I want do remove the password forgot / username forgot link in my login form (right up corner) …

    Where can I do this???

    http://www.fixl.at/autohaus/

    Regards …

    khoand Friend
    #429496

    Could you give me username+password of your backend and ftp? I will help you.

    khoand Friend
    #429600

    What login module do you use? Because I can’t find it.

    mansonfreak79 Friend
    #429602

    I installed the hotlogin-plugin yesterday …

    You find it under plugins!

    The necessary module is called Login Form …

    Regards

    khoand Friend
    #429607

    I fixed it. I remove the code from /plugins/system/jat3/jat3/base-themes/default/html/mod_login/default.php

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

    mansonfreak79 Friend
    #429608

    great!!! Thank you very much …

    Horst

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

This topic contains 6 replies, has 2 voices, and was last updated by  mansonfreak79 12 years, 11 months ago.

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