-
AuthorPosts
-
October 9, 2015 at 2:00 pm #704050
Hi, I am developing a site on my local machine and I am trying to work out how to remove the option for front-end users to create a new account with the JA Login Module. The site doesn’t need to allow users to create accounts, however, I want the site owner to be able to log in in order to view options hidden from public users. Is there an easy way to simply remove the option from the module without causing major errors?
Thanks in advance.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 12:53 am #704292Hi,
You can control that from Joomla settings, JA Login module allows registration only if Joomla permits new accounts to be created.
I hope that helps.Regards
Manos
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 12:53 am #751238Hi,
You can control that from Joomla settings, JA Login module allows registration only if Joomla permits new accounts to be created.
I hope that helps.Regards
Manos
October 11, 2015 at 1:12 am #704293Hi Manos,
Thanks for your reply. I have set Joomla Users to not accept new User Registrations,
however the option is still showing up on the site
If I click on the Create New Account link, the pop-up still appears and lets me create an account… 😮
Thanks again,
Dave (dtsisdead)
October 11, 2015 at 1:12 am #751239Hi Manos,
Thanks for your reply. I have set Joomla Users to not accept new User Registrations,
however the option is still showing up on the site
If I click on the Create New Account link, the pop-up still appears and lets me create an account… 😮
Thanks again,
Dave (dtsisdead)
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 2:58 am #704295Hi,
Thanks for the advice, how do I go about hiding the link?
Cheers,
Dave (dtsisdead)
October 11, 2015 at 2:58 am #751241Hi,
Thanks for the advice, how do I go about hiding the link?
Cheers,
Dave (dtsisdead)
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 3:28 am #704296Hi,
Can you please post a link to your site with CSS and JS optimization to off so I can try to assist you.Regards
Manos
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 3:28 am #751242Hi,
Can you please post a link to your site with CSS and JS optimization to off so I can try to assist you.Regards
Manos
October 11, 2015 at 3:32 am #704297Hi,
My site is on a local host on my Mac… I appreciate that makes life difficult for you… If it is going to be too difficult to hide the link, I will either leave it there, or use a different plugin/module instead. Really appreciate your help and the swiftness of your replies.
October 11, 2015 at 3:32 am #751243Hi,
My site is on a local host on my Mac… I appreciate that makes life difficult for you… If it is going to be too difficult to hide the link, I will either leave it there, or use a different plugin/module instead. Really appreciate your help and the swiftness of your replies.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 3:40 am #704299Hi,
You can achieve what you need using a tool like firebug and find the class / element for that link and then add in your custom.css file
.login {
display:none;
}The red should be the class you will find.
1 user says Thank You to Manos for this useful post
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 11, 2015 at 3:40 am #751245Hi,
You can achieve what you need using a tool like firebug and find the class / element for that link and then add in your custom.css file
.login {
display:none;
}The red should be the class you will find.
1 user says Thank You to Manos for this useful post
-
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by Manos 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum