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!
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.
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>
answer: <form runat="server">
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!
Nevermind, we figured it out.
same problem. Phillip Ng how did U solve it ?
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.
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
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.