By Anto56 on Wednesday, 29 November 2017
Posted in General Issues
Likes 0
Views 763
Votes 0
Hi,

Since my upgrade to Komento 3 the module ''Komento Comments'' open a new tab when you click on the comment instead of stay in the same window like in Komento 2.

Is it possible to change it in the code?
Hi Anto,

Yes you can change it in the code in the file:
.../modules/mod_komento_comments/tmpl/default.php
you also can do override for this so it will not overridden if you do update
·
Wednesday, 29 November 2017 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. Can you help me with the line and the right code ? I'm not really comfortable with this.
·
Wednesday, 29 November 2017 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Anto,

It seems you can do language override for the language constant:
from
COM_KOMENTO_POSTED_COMMENT_IN="<b>%1s</b> posted a comment in <a href="_QQ_"%2s"_QQ_" target="_QQ_"blank"_QQ_"><b>%3s</b></a>"

to
COM_KOMENTO_POSTED_COMMENT_IN="<b>%1s</b> posted a comment in <a href="_QQ_"%2s"_QQ_"><b>%3s</b></a>"

by remove the
target="_QQ_"blank"_QQ_"
·
Wednesday, 29 November 2017 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect.
·
Thursday, 30 November 2017 07:01
·
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.
·
Thursday, 30 November 2017 09:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post