Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kevin thorne Friend
    #148050

    I’ve set the log in module to “on” so my client can log into his blog. But…..the log in module still shows the registration link too even though I’ve unchecked user registration in the global configuration….

    Can anyone tell me how I can get around this? I don’t want anyone to be able to log in except my client.

    thanks

    (joomla 1.5.15)

    micrantha Friend
    #330445

    Hello,

    You have to edit file jatube/html/mod_login/default.php
    This file overwrites the output of default login module:

    You have to comment-out lines in this way:

    <!--<?php
    $option = JRequest::getCmd('option');
    $task = JRequest::getCmd('task');
    if($option!='com_user' && $task != 'register') { ?>
    <li class="last">
    <a class="register-switch" href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="this.blur();showBox('ja-register','namemsg',this);return false;" >
    <?php echo JText::_('REGISTER');?>
    </a>-->

    Good luck,
    Micrantha

    kevin thorne Friend
    #330455

    perfect, thanks!!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  kevin thorne 14 years, 9 months ago.

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