By Pat on Tuesday, 17 July 2018
Posted in General Issues
Likes 0
Views 1.1K
Votes 0
Hi,
I have the "Display login form" option enabled in the Settings -> Layout -> Editor menu, but the login form does not display when the user is not logged in. I don't know if it happened after the upgrade or if there is a problem with my Joomla.
Hi there,

You need to make sure that those 'Guest' users are able to 'Add comments' on ACL in order to show them currently. I have enabled this settings http://take.ms/eoLsR and it should should shown as it should now.

Please give it a check and see how it goes.
·
Tuesday, 17 July 2018 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Only registered users should be able to post comments. I meant that guests would see the login form on the page.
Pat
·
Tuesday, 17 July 2018 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Currently, that how it should behave currently. In order for you to achieve this you need to do some modifications at this path .../components/com_komento/themes/wireframe/form/default.php on codes below. You can move them accordingly and do template override of this files as you can apply here https://stackideas.com/docs/komento/administrators/customization/theme-overriding

[gist type="php"]
<?php if ($this->my->guest && $this->config->get('enable_login_form')) { ?>
<?php echo KT::login()->getLoginForm();?>
<?php } ?>
[/gist]

Please give it a try and see how it goes.
·
Tuesday, 17 July 2018 19:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, but I don't want to use overrides. Is this a bug? If so, I will wait for the upgrade.
Pat
·
Tuesday, 17 July 2018 19:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

After consulted this with our developer, seems like that how ti should behave currently. Logged this issues internally and will included them on our next release version.
·
Wednesday, 18 July 2018 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you.
Pat
·
Wednesday, 18 July 2018 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 18 July 2018 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post