CGFeedback Comments on other page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

CGFeedback Comments on other page

Post 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
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

Re: CGFeedback Comments on other page

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

Re: CGFeedback Comments on other page

Post by velden »

Have you tried without the quotes?

Code: Select all

{CGFeedback key2=7 action='summary' summarytemplate="index"}
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

[RESOLVED] CGFeedback Comments on other page

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

Return to “Modules/Add-Ons”