Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel Horn 319 posts 344 karma points
    Mar 22, 2010 @ 22:01
    Daniel Horn
    0

    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"?

  • Dennis Milandt 189 posts 516 karma points
    Mar 22, 2010 @ 22:11
    Dennis Milandt
    0

    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

  • Daniel Horn 319 posts 344 karma points
    Mar 22, 2010 @ 22:16
    Daniel Horn
    0

    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..

  • Daniel Horn 319 posts 344 karma points
    Mar 26, 2010 @ 11:36
    Daniel Horn
    0

    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". ??

     

  • Daniel Horn 319 posts 344 karma points
    Mar 29, 2010 @ 10:50
    Daniel Horn
    0

    It needed a form tag to work - thanks to Søren Tidmand and Dennis :)

  • Iulia Maria Jensen 40 posts 71 karma points
    Aug 13, 2013 @ 21:50
    Iulia Maria Jensen
    0

    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?

  • Mark 4 posts 24 karma points
    Aug 15, 2013 @ 17:02
    Mark
    0

    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.

  • 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.

Please Sign in or register to post replies