Hola!!! Para integrar Jcomments en Listbingo, debes de instalar JComments en tu sitio Joomla, y añadir estas lineas al archivo ad.mainpage.php de tu template (para verlo en la vista detalle):
or....
Spanish to English translation
Hello! To integrate JComments in Listbingo, you must install JComments on your Joomla site, and add these lines to your template file ad.mainpage.php (to view it in detail):
[location--> /components/com_listbingo/templates/default/ad.mainpage...]
<?php
global $mainframe;
$comments = $mainframe->getCfg('absolute_path') . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($this->row->id, 'com_listbingo', $this->row->title);
}
?>
Funciona 100%. <--- WOrks for me!

Credits go to farrukito.
