Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've just installed a fresh umbraco installation with a few packages.
http://umbtest.virtua.dk/nyheder/a-news-item.aspx
But I can't get Ucomment to work, any ideas why its kinda "dead"?
I don't know how Ucomment works, but the input fields for the comments are not within a <form> tag. Only the search field and button is within a search form. Could this be the problem?
Kind regardsDennis Milandt
I'm not sure - but should'nt it all be handled by the javascript?
It should just work out of the box when i read the documentation as it is..
http://www.sprogkernen.dk/nyheder/workshop-i-afholdt.aspx
Ive tried re-installing the package and played a little around with it, but no help - it's still "dead". ??
It needed a form tag to work - thanks to Søren Tidmand and Dennis :)
Hi Daniel,
When you say you needed a form tag to make it work, what is it that you wrote? Is it just a normal <form method="post" action="#" > kinda thing?
Hi Iulia Maria Jensen,
This is my form tag, taken from my comment enabled Template. It's pretty basic:
<form id="Comments" runat="server"><h3>Leave Comment</h3>@*<umbraco:Macro Alias="UCommentForm" runat="server"></umbraco:Macro>*@@Umbraco.RenderMacro("UCommentForm")</form>
I'm using Razor, which explains the two lines starting with the "@" symbol. Hope this helps.
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.
Continue discussion
Cant get it to work
I've just installed a fresh umbraco installation with a few packages.
http://umbtest.virtua.dk/nyheder/a-news-item.aspx
But I can't get Ucomment to work, any ideas why its kinda "dead"?
I don't know how Ucomment works, but the input fields for the comments are not within a <form> tag. Only the search field and button is within a search form. Could this be the problem?
Kind regards
Dennis Milandt
I'm not sure - but should'nt it all be handled by the javascript?
It should just work out of the box when i read the documentation as it is..
http://www.sprogkernen.dk/nyheder/workshop-i-afholdt.aspx
Ive tried re-installing the package and played a little around with it, but no help - it's still "dead". ??
It needed a form tag to work - thanks to Søren Tidmand and Dennis :)
Hi Daniel,
When you say you needed a form tag to make it work, what is it that you wrote? Is it just a normal <form method="post" action="#" > kinda thing?
Hi Iulia Maria Jensen,
This is my form tag, taken from my comment enabled Template. It's pretty basic:
<form id="Comments" runat="server">
<h3>Leave Comment</h3>
@*<umbraco:Macro Alias="UCommentForm" runat="server"></umbraco:Macro>*@
@Umbraco.RenderMacro("UCommentForm")
</form>
I'm using Razor, which explains the two lines starting with the "@" symbol. Hope this helps.
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.