Page 1 of 1

[solved]Comments repeat on all blog entires

Posted: Tue Nov 16, 2010 9:43 am
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?

Re: Comments repeat on all blog entires

Posted: Tue Nov 16, 2010 11:38 am
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.

Re: Comments repeat on all blog entires

Posted: Tue Nov 16, 2010 2:09 pm
by rowena
Thanks so much for this. i will try now :-)

Re: Comments repeat on all blog entires

Posted: Tue Nov 16, 2010 8:19 pm
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

Re: Comments repeat on all blog entires

Posted: Wed Nov 17, 2010 4:24 am
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 :-)