non è affatto specifico!! leggi attentamente!
ti spiega come integrare JComments in una view di un componente, guarda il codice suggerito, ci metti un attimo a convertirlo:
global $mainframe;
$jcomments = $mainframe->getCfg('absolute_path') . '/components/com_jcomments/jcomments.php';
if (file_exists($jcomments)) {
require_once($jcomments);
$obj_id = ID_DELLA_TABELLINA;
$obj_title = NOME_DELLA_TABELLA;
echo JComments::showComments($obj_id, 'com_TUO_COMPONENTE', $obj_title);
}
prova così.
ciao,
marco