-
AuthorPosts
-
June 27, 2012 at 9:17 am #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
SimoneManos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
June 27, 2012 at 1:19 pm #459065Hello,
You can disable the Register function in Joomla to achieve that, you don’t need to edit the JA Login module!Regards
June 27, 2012 at 1:23 pm #459067Thanks for your reply…
I tried, but there is no mention to any “register” in the module settings…
how can I do that?
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
June 27, 2012 at 1:26 pm #459069Can you please provide me with the Joomla version you use?
June 27, 2012 at 1:28 pm #459070Joomla 1.5
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
June 27, 2012 at 1:35 pm #459073Hi,
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
June 28, 2012 at 12:55 pm #459193Thanks 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)
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
June 29, 2012 at 11:31 am #459320Hello,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 29, 2012 at 11:38 am #459323Open 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>
June 29, 2012 at 6:34 pm #459350Great!!!
Perfectly working!
Many thanks!!!
RegardsAuthorPostsViewing 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
How to change JA-Login, deleting "CREATE AN ACCOUNT"?
Viewing 10 posts - 1 through 10 (of 10 total)