By Bastian (TeamAccount) on Saturday, 04 March 2017
Posted in Technical Issues
Likes 0
Views 586
Votes 0
Hi,

where can I remove the link to the comment? Every comment in commento have a # and then a link. How can i hide that? I prefer a more cleaner interface to the users and would like to hide the nr. as this isnĀ“t really needed (at least not for me).

thanks
You can remove it by modifying the theme file /components/com_komento/themes/wireframe/comments/item.php and removing the line of code below at line 22,

[gist]
<div>
<a href="<?php echo $author->getPermalink(); ?>"><?php echo $author->getName(); ?></a>
</div>
[/gist]
·
Saturday, 04 March 2017 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
ah thanks. I thought there is maybe an option in the setup which I can use. I think I will then use an simple template overwrite. Thanks
·
Saturday, 04 March 2017 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bastian,

The problem we had with Komento prior to 3.x, is that it is overly complicated that even when there is a settings, people don't know how to look for it.

If more people are requesting to remove it, we'll consider adding an option in the settings again.
·
Sunday, 05 March 2017 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah i see. This works for me. I will use an simple template overwrite here :-).
·
Tuesday, 07 March 2017 19:02
·
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.
·
Tuesday, 07 March 2017 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post