Page 1 of 1

Calguys Feedback Module + LISE

Posted: Wed Dec 13, 2017 8:44 pm
by Cyc
Hello, I have a problem with combine module Calguys Feedback Module and LISE. When I add Feedback smarty tag to detail template of LISE module, I have the same comment in all items (articles).

Difrents articles and the same comments in bottom:
http://blog.compsoul.pl/liseblog/toolti ... nk/57.html
http://blog.compsoul.pl/liseblog/animow ... ny/57.html

Sorry for my english, I am not good enough.

Re: Calguys Feedback Module + LISE

Posted: Fri Dec 15, 2017 6:36 pm
by velden
I think it would be better to post the Detail template of LISE you're using. Especially the call to CGFeedBack

Re: Calguys Feedback Module + LISE

Posted: Mon Dec 18, 2017 11:02 am
by Cyc
Thank you for your answer!

Detail template code:

Code: Select all

{assign var="detailPage" value=true}
<h2>{$item->fielddefs.title}</h2> 
{if $item->fielddefs.detail->value}
{$item->fielddefs.detail}
{else $item->fielddefs.summary->value}
{$item->fielddefs.summary}
{/if}
{CGFeedback lang="pl_PL"}
{CGFeedback action="summary" lang="pl_PL"}
To ADMIN:
Why I don't have information to mail when someone write something in my topic? IP or country problem? I had the same problem in https://www.codingforums.com and ADMIN resolve him. Thank you in advance.

Re: Calguys Feedback Module + LISE

Posted: Tue Dec 19, 2017 4:03 pm
by paulbaker
Cyc wrote:Why I don't have information to mail when someone write something in my topic?
Do you have "Notify me when a reply is posted" ticked when you reply? Do you have the correct email in your profile?

Re: Calguys Feedback Module + LISE

Posted: Wed Dec 20, 2017 11:34 am
by velden
From the help:
(optional) key1="" - First key in the triplet of keys that make up a unique identifier for a comment list. If this parameter is not specified, then it is assumed that you are referring to a content page
(optional) key2="" - Second key in the triplet of keys that make up a unique identifier for a comment list. If this parameter is not specified, the current page id will be used.
(optional) key3="" - Third key in the triplet of keys that make up a unique identifier for a comment list. This parameter is entirely optional for normal use, but may be required in extenuating circumstances when two keys are not enough information to make the comment list unique.
You need to supply some keys; I'd suggest (please verify those are the right properties):

...key1=liseblog key2=$item->item_id ...

Further I don't think you should use two calls of CGFeedBack and I don't know about the 'lang' parameter.