Copied to clipboard

Flag this post as spam?

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


  • Thor Østergaard 37 posts 58 karma points
    Sep 25, 2011 @ 09:25
    Thor Østergaard
    0

    Comment don't show - what am I missing?

    http://acetest.scientdata.dk/blog-page.aspx

    When clicking on PostComment nothing happens :(

    This is my template:

    <%@ Master Language="C#" MasterPageFile="~/masterpages/BasePage.master" AutoEventWireup="true" %>

    <asp:content ContentPlaceHolderId="BaseMasterContent" runat="server">
          <div class="sd_left_sub">      
      <div class="text_padding_main">
       <umbraco:Item field="content" runat="server"></umbraco:Item>
        <umbraco:Macro Alias="UCommentListComments" runat="server"></umbraco:Macro>
        <h2>Leve a comment</h2>
        <umbraco:Macro Alias="UCommentForm" runat="server"></umbraco:Macro>
        <br/>
        <br/>
      </div>
      </div>
    </asp:content>

     

    And from BaseMaster

    <head>
      <link href="/images/PageStyle.css" rel="stylesheet" type="text/css" />
      <link href="/css/Style.css" rel="stylesheet" type="text/css" />
      <title>ACE Africa - <umbraco:Item field="pageName" runat="server"></umbraco:Item></title>
      <script type="text/javascript" src="/umbraco_client/ui/jquery.js"></script
      <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.validate/1.5.5/jquery.validate.min.js"></script>
      <script type="text/javascript" src="/scripts/ucomment/jquery.form.js"></script>
    </head>

  • Thor Østergaard 37 posts 58 karma points
    Sep 27, 2011 @ 08:34
    Thor Østergaard
    0

    answer: <form runat="server">

  • Phillip Ng 148 posts 250 karma points
    Oct 20, 2011 @ 00:34
    Phillip Ng
    0

    Okay, I hate to beat a dead horse, but I am having trouble with this as well. The comments aren't even being sent and save to the database. Not sure if others with problems encountered this as well. Each comment block is contained in a <form> tag. Thanks for help in advance!

  • Phillip Ng 148 posts 250 karma points
    Oct 20, 2011 @ 01:02
    Phillip Ng
    0

    Nevermind, we figured it out.

  • Tomasz Morawski 10 posts 50 karma points
    Sep 24, 2012 @ 16:14
    Tomasz Morawski
    0

    same problem. Phillip Ng how did U solve it ?

  • Phillip Ng 148 posts 250 karma points
    Sep 25, 2012 @ 23:07
    Phillip Ng
    0

    Hi Tomasz

    Unfortunately, I can't remember exactly the solution. The cause may have been unrelated to the package itself. I can't remember much else. If you can provide more details, I can try to assist further.

  • Tomasz Morawski 10 posts 50 karma points
    Sep 26, 2012 @ 12:14
    Tomasz Morawski
    0

    Hey !

    I found solution. It occured to be quite the same problem as others had. This way or another I was missing ' form ' tag around the  uCommentForm macro.

    by any chance You know how to solve this one:

    http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype/bug-reports/34813-Can%27t-create-child-node-containing-Google-Map-property

    ?

    Thanks for reply and good intentions anyway : ))
    greetings

  • 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