Calguys Feedback Module + LISE

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
User avatar
Cyc
Forum Members
Forum Members
Posts: 91
Joined: Wed Nov 18, 2015 11:54 pm

Calguys Feedback Module + LISE

Post 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.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Calguys Feedback Module + LISE

Post by velden »

I think it would be better to post the Detail template of LISE you're using. Especially the call to CGFeedBack
User avatar
Cyc
Forum Members
Forum Members
Posts: 91
Joined: Wed Nov 18, 2015 11:54 pm

Re: Calguys Feedback Module + LISE

Post 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.
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Calguys Feedback Module + LISE

Post 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?
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation

CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Calguys Feedback Module + LISE

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

Return to “Modules/Add-Ons”