Unfortunately, I must use Joomla 1.0.X and Eventlist 0.8.11
Is possible to make an integration of Jcomment in Eventlist 0.8.11 such as Eventlist 0.9.1??
Thanks in advance,
Francesco.
Hi,
yes u can use JComment in Eventlist 0.8.11... but u will insert a little piece of Code in the EL

What code i have to insert, And where???
I've triend to insert a thing like this:
<?php
global $mosConfig_absolute_path;
$comments = $mosConfig_absolute_path . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($item->id, 'com_eventlist', $item->title);
}
?>
But, in this way, comments will be global for all event!!
Can you help me??