Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • biotecnologi Friend
    #178556

    Dear all,

    I’ve created a temptative website and I used the JA_Login module.

    However, I’d like to maintain the LOGIN function but without having the possibility for users to create an account.

    How is it possible to edit the JA LOGIN module, by deleting the CREATE AN ACCOUNT FEATURE?
    it is possible?

    is anyone able to help me?
    best regards
    Simone

    Manos Moderator
    #459065

    Hello,
    You can disable the Register function in Joomla to achieve that, you don’t need to edit the JA Login module!

    Regards

    biotecnologi Friend
    #459067

    Thanks for your reply…

    I tried, but there is no mention to any “register” in the module settings…

    how can I do that?

    Manos Moderator
    #459069

    Can you please provide me with the Joomla version you use?

    biotecnologi Friend
    #459070

    Joomla 1.5

    Manos Moderator
    #459073

    Hi,
    Goto your Joomla backend and then -> Global Configuration – > System -> there you will find “User Settings” so set the “Allow User Registration” to No!

    Please let me know if that helps you!

    Regards

    biotecnologi Friend
    #459193

    Thanks for your help.

    Unfortunately it seems not working.

    I followed your advice but the login seems the same (my website is this one: http://www.biotecnologi.org/Joomla15)


    1. Schermata-06-2456107-alle-14.52.19
    Manos Moderator
    #459320

    Hello,
    Please try to add the following code:

    ja-login li.view-register {
    display: none;
    }


    To the http://www.biotecnologi.org/Joomla15/templates/ja_ironis/css/mod_jalogin.css file (add this code to the bottom of the file)
    and let me know if that helps you.

    Regards

    Ninja Lead Moderator
    #459323

    Open templates/ja_ironis/html/mod_jalogin/default.php file and find this script below and remove it


    <a class="register-switch" href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="showBox('ja-user-register','namemsg',this, window.event || event);return false;" >
    <span><?php echo JText::_('REGISTER');?></span>
    </a>

    biotecnologi Friend
    #459350

    Great!!!

    Perfectly working!

    Many thanks!!!
    Regards

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

This topic contains 10 replies, has 3 voices, and was last updated by  biotecnologi 12 years, 5 months ago.

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