HI Sean,
Please find your inquiries below.
you will notice that the comments are very long even though in the settings I have set it to follow your default suggestion of 100 characters.
I have some modifications at this path
administrator/components/com_komento/includes/formatter/types/comment.php
modules/mod_komento_comments/mod_komento_comments.php
modules/mod_komento_comments/tmpl/default.php
And it seems to be working fine now.
Also you will notice that in the module backend some of the translated strings are missing so the long string names are displaying.
I have made some modifications on this path .../language/en-GB/en-GB.mod_komento_comments.ini and it shown correctly now.
I would also like to know how to remove the date stamp of the comments to not post the date at all.
It is necessary for the "Date" to be there as it behave as a link to jump to the comment made but I have made some modifications at this path modules/mod_komento_comments/tmpl/default.php
I have comment out codes below and should be working fine now.
<span class="mod-comment-time">
<a class="mod-comment-permalink" href="<?php echo $comment->getPermalink(); ?>" alt="<?php echo JText::_('COM_KOMENTO_COMMENT_PERMANENT_LINK'); ?>" title="<?php echo JText::_('COM_KOMENTO_COMMENT_PERMANENT_LINK'); ?>"><?php echo $comment->getCreatedDate()->format(JText::_('DATE_FORMAT_LC2')); ?></a>
</span>
I just discovered another problem with this module. It is displaying the wrong name of the blog and link. Basically these three comments displaying now did NOT all come from the same EasyBlog post.
It seems that this issues comes from our end. Thanks for reporting this.
This fix will be included on our next release version.