By Domenico Pepe on Friday, 18 August 2017
Posted in General Issues
Likes 0
Views 889
Votes 0
I want to solve a problem: how can I disable, ie do not make it appear, "posting comment as a guest. Sign up or login to your account. " In the items comments form?
thank you
Hi there,

Maybe you can try to disabled this options http://take.ms/FREoD and see how it goes.
·
Friday, 18 August 2017 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul and Thanks for the answer. I had already tried this solution but if I disabled the registration by user, the primary registration form also disappears. I just want to not see the login link from Komento.
·
Friday, 18 August 2017 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Oh, if that so, you are required to do modifications on this path .../components/com_komento/themes/wireframe/form/default.php and remove codes below at lines 50.
[gist type="php"]
<?php if ($allowRegistration) { ?>
<?php echo JText::sprintf('COM_KOMENT_LOGIN_LINK', KT::login()->getRegistrationLink(), KT::login()->getLoginLink());?>
<?php } ?>
<?php } else { ?>
[/gist]

In order for you to be able to use this on the future, you are required to do template override https://stackideas.com/docs/komento/administrators/customization/theme-overriding on above file as those change you made will be overwritten on your next update/upgrade.

Please give it a try and see how it goes
·
Friday, 18 August 2017 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried the change and it worked as I wanted. Thank you so much for the support.
·
Friday, 18 August 2017 16:50
·
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.
·
Friday, 18 August 2017 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post