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?
[solved]Comments repeat on all blog entires
[solved]Comments repeat on all blog entires
Last edited by rowena on Wed Nov 17, 2010 4:25 am, edited 1 time in total.
Re: Comments repeat on all blog entires
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.
{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
Thanks so much for this. i will try now 

-
- New Member
- Posts: 4
- Joined: Fri Nov 12, 2010 3:57 am
Re: Comments repeat on all blog entires
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
thanks
david
Re: Comments repeat on all blog entires
this worked perfectly!!! Thanks so muchuniqu3 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.

