Page 1 of 1

CGFeedback Comments on other page

Posted: Wed Mar 22, 2017 4:36 pm
by Masweb
Hi,

Using CGFeedback as Reviews module and want to display some of the reviews on the home page. The form is on page id 7. The reviews are displayed fine on that page.

To display this I use a summary template that called: "index"

I use this tag:

{CGFeedback key2='7' action='summary' summarytemplate="index"}

even if I use

{CGFeedback key2='7' action='summary'} it doesn't work.

On another website it works fine but can't find out where it goes wrong.

Can anyone help?

CMS 2.1.6
CGFeedback 1.8.3
CGSimpleSmarty 2.1.6
CGExtensions 1.54

Re: CGFeedback Comments on other page

Posted: Thu Mar 23, 2017 8:45 am
by Masweb
After some testing installed an older version CGFeedback (1.7.5.)

The problem is in CGFeedback but can't find where.

For now it works for me. Submit it as a bug .

Re: CGFeedback Comments on other page

Posted: Fri Mar 24, 2017 9:37 am
by velden
Have you tried without the quotes?

Code: Select all

{CGFeedback key2=7 action='summary' summarytemplate="index"}

[RESOLVED] CGFeedback Comments on other page

Posted: Fri Mar 24, 2017 11:25 am
by Masweb
velden wrote:Have you tried without the quotes?

Code: Select all

{CGFeedback key2=7 action='summary' summarytemplate="index"}

Hi Velden,

In the new version You have to put "__page__" in key1.

So: {CGFeedback key1="__page__" key2="7" action='summary' summarytemplate="index"}

That's new for me. But it works!

Thanks for your time.