Hi,
I'm trying to display comments in a custom component com_pronocote.
I've followed the
doc but nothing is showing and I don't get any error.
- I've activated the comments in
admin/components/komento/integration/my_component.
- I've created a file "com_pronocote.php" (attached) in
components\com_komento\komento_plugins.
In my component view i added :
<?php
require_once( JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_komento' . DIRECTORY_SEPARATOR . 'bootstrap.php' );
Komento::commentify( 'com_pronocote', $this->eventInfos );
?>
Could you help me display the comments ?
Thanks!