<em>@eidherjulian61 186159 wrote:</em><blockquote>Hi, is it possible to integrate JA Comments with Joomla 1.5 polls component?
I would like to have JA Comments in a poll.
Thanks in advance.</blockquote>
Guy,
I would like to clarify that JA Comment is used in other component besides com_content.
Please refer to this article via http://www.joomlart.com/forums/topic/ja-comment-in-k2/ for your solution.
You must find out the file listing all items in that component eg: item.php is used to list all items of com_k2
And then add these lines of code into that file.
item->fulltext) && !preg_match($_jacCodeDisable, $this->item->fulltext) && !preg_match($_jacCodeDisableid, $this->item->fulltext)) {
echo ‘{jacomment contentid=’.$this->item->id.’ option=com_k2 contenttitle=’.$this->item->title.’}’;
}
}
?>
If you fail, let me know your correct component name and account ftp for soonest settlement.