
delightful! Why can't all people be like you, Smart?! THANK YOU!
Problem/challenge solved within 2 minutes

Lowers the average I have uptil now with 'joomla issues'. Guess the average lies between 5 to 10 hours per 'challenge'
anyway, line 49 of components/com_jcomments/tpl/default/tpl_comment.php should look like this before and afterwards:
<a class="comment-anchor" href="<?php echo $thisurl; ?>#comment-<?php echo $comment->id; ?>" id="comment-<?php echo $comment->id; ?>">#<?php echo $comment_number; ?></a>
<a class="comment-anchor" href="<?php echo $thisurl; ?>#comment-<?php echo $comment->id; ?>" id="comment-<?php echo $comment->id; ?>"><?php echo JCommentsObjectHelper::getTitle($comment->object_id, $comment->object_group, $comment->lang); ?></a>
see attachment for the result
it says somewhere in the componentsettings that you can choose another template. Are there 'ready' examples of these by chance?
regards