I currently have a section where I use a contour form to submit a post. I would like users to be able to add comments on the post. What would be the easiest way to accomplsh this?
If I understand it correctly, you would like to add an option to a post where users who read the post can comment on it?
If so, you can create a comment document type and add a work flow to contour when on submit it will save the comment as an Umbraco Document. Just use the xpath to save it under the current page.
How to add comment functionality in Umbraco 4.7.2
I currently have a section where I use a contour form to submit a post. I would like users to be able to add comments on the post. What would be the easiest way to accomplsh this?
Hi,
If I understand it correctly, you would like to add an option to a post where users who read the post can comment on it?
If so, you can create a comment document type and add a work flow to contour when on submit it will save the comment as an Umbraco Document. Just use the xpath to save it under the current page.
Regards,
Moshe
Hi Ij,
If you use the Contour, there is a bulild in comment form that you could use.
Alternatively, you could give the UComment package from Tim Geyssens a try.
http://our.umbraco.org/projects/collaboration/ucomment
Hope this helps,
/Dennis
is working on a reply...