Basically you would use an XSLT macro to display the comment submissions, using the Contour XSLT Extensions to get the comments per-page - ie umbraco.Contour:GetApprovedRecordsFromPage(nodeId)
Thanks for the reply, well so far the comments are working. What needs to be done is when displaying the news list only the first article will have a link to the comment form related to it something like (0) Comment, and after posting your comment i should increament to (1) and so ....
For example .
News 1 Short Description (0) Comment "This will be a link to the page article itself with the comment form in there"
Now when you return to the previous page it should display the amount of comments News 1 Short Description (1) Comment
Comment Article of News
Hi all,
Is it possible to add a comment per Article with only the "Comment textarea" under an intranet system in umbraco using contour.
So far I created a Comment form in Contour and uses the {member.Name} to get the current login user which works well but how do use it per article?
What is the best solution for implementing Comments under an intranet system?
//fuji
Hi Fuji,
I think there is a tutorial for this somewhere, but the best I could find is this video: Umbraco Contour, making a comment function
Basically you would use an XSLT macro to display the comment submissions, using the Contour XSLT Extensions to get the comments per-page - ie umbraco.Contour:GetApprovedRecordsFromPage(nodeId)
HTH,
Tom
Hi Tom,
Thanks for the reply, well so far the comments are working. What needs to be done is when displaying the news list only the first article will have a link to the comment form related to it something like (0) Comment, and after posting your comment i should increament to (1) and so ....
For example .
News 1
Short Description
(0) Comment "This will be a link to the page article itself with the comment form in there"
Now when you return to the previous page it should display the amount of comments
News 1
Short Description
(1) Comment
//fuji
Got it working....
Instead i added it in my XSLT file
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.