Ok, try this:
1. Open file /components/com_eventlist/views/venueevents/tmpl/default.php
2. Find lines (at the bottom of file):
<p class="copyright">
<?php echo ELOutput::footer( ); ?>
</p>
and insert before:
<?php
if (file_exists(JPATH_SITE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php')) :
require_once(JPATH_SITE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php');
echo JComments::showComments($this->venue->id, 'com_eventlist_venue', $this->escape($this->venue->venue));
endif;
?>
p.s. in future: dont post so big screenshots
