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.
Calguys Feedback Module + LISE
Re: Calguys Feedback Module + LISE
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
Thank you for your answer!
Detail template code:
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.
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"}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
Do you have "Notify me when a reply is posted" ticked when you reply? Do you have the correct email in your profile?Cyc wrote:Why I don't have information to mail when someone write something in my topic?
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
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
Re: Calguys Feedback Module + LISE
From the help:
...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.
You need to supply some keys; I'd suggest (please verify those are the right properties):(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.
...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.


