Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • eidherjulian61 Friend
    #152476

    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.

    Anonymous Moderator
    #349875

    <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.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum