Hi
problem
i need to integrate ja comment into Flexicontent
how it can be done?
solution
To add Ja_comment to flexi content just make sure:
1. your ja_comment system plugin is enabled.
2. the show comments in flexicontent configuration is set to no.
3. paste this code in the item.php file located in /com_flexicontent/templates/templatename/
[PHP]<div class=”comments”>
<?php echo ‘{jacomment contentid=’ . $this->item->id . ‘ option=com_javoice contenttitle=’ . $this->item->title . ‘}’ ?>
</div>
[/PHP]
just before:
[PHP]<?php if ($this->params->get(‘comments’)) : ?>[/PHP]