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
CGFeedback Comments on other page
Re: CGFeedback Comments on other page
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 .
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
Have you tried without the quotes?
Code: Select all
{CGFeedback key2=7 action='summary' summarytemplate="index"}[RESOLVED] CGFeedback Comments on other page
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.


