[solved]Comments repeat on all blog entires

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
rowena
Forum Members
Forum Members
Posts: 80
Joined: Mon May 31, 2010 9:56 am

[solved]Comments repeat on all blog entires

Post by rowena »

Hi there,

I have implemented the cgfeedback module and cgblog module together and i have got everything working properly, except one thing - when i add a comment to a certain blog, the comment appears on ALL blogs.

On the Detail Template of the blog, i have placed this code at the bottom to display my cgfeedback form as well as the comments:

{CGFeedback}
{CGFeedback action='summary'}

what do i need to do to ensure comments made, appear only on the blog it was made to?
Last edited by rowena on Wed Nov 17, 2010 4:25 am, edited 1 time in total.
uniqu3

Re: Comments repeat on all blog entires

Post by uniqu3 »

You should include it like this in your Blog detail template:
{CGFeedback key1="CGBlog" key2=$entry->id action="default"}
{CGFeedback key1="CGBlog" key2=$entry->id action="summary"}

At least this works for me in CGBlog detail template.
rowena
Forum Members
Forum Members
Posts: 80
Joined: Mon May 31, 2010 9:56 am

Re: Comments repeat on all blog entires

Post by rowena »

Thanks so much for this. i will try now :-)
davidabraham
New Member
New Member
Posts: 4
Joined: Fri Nov 12, 2010 3:57 am

Re: Comments repeat on all blog entires

Post by davidabraham »

same thing i can face that when i can post some comment then it will display all pages. but if you do not won't to like this then use setting option.

thanks
david
rowena
Forum Members
Forum Members
Posts: 80
Joined: Mon May 31, 2010 9:56 am

Re: Comments repeat on all blog entires

Post by rowena »

uniqu3 wrote: You should include it like this in your Blog detail template:
{CGFeedback key1="CGBlog" key2=$entry->id action="default"}
{CGFeedback key1="CGBlog" key2=$entry->id action="summary"}

At least this works for me in CGBlog detail template.
this worked perfectly!!! Thanks so much :-) much appreciated :-)
Post Reply

Return to “Modules/Add-Ons”