but there is one more issue in dashboard, if you check the "Email commenter on approval: " checkbox, when admin approve the comments it does not follow the check(does not send email to users).
I can not update it as I do not have the source code.
It Will be grateful if you can provide.
I'm getting a similar error right out of the box. I can't get to any of the features.
Line 33:
Line 34:
Line 35: <%# getPropertyValue(Convert.ToInt32(Eval("id")), "smartBlogName")%>
Line 36: <%# getPropertyValue(Convert.ToInt32(Eval("id")), "smartBlogComment")%>
Line 37: <%# getPost(Convert.ToInt32(Eval("id"))).GetProperty("smartBlogTitle").Value %>
This is happening in Umbraco 7.3.4. Has anyone found a workaround or fix for this. Or, will this package not work in this version?
Smart Blog Management Dashboard issue with unpublished comments
Hi Luke,
Thanks for the great package.
There is some issue with the dashboard it throws errors if you have some comments for approval.
above three lines are creating error in "smartBlogManagement.ascx" the method is failing to load the unpublished comments.
I have fixed it with :
but there is one more issue in dashboard, if you check the "Email commenter on approval: " checkbox, when admin approve the comments it does not follow the check(does not send email to users).
I can not update it as I do not have the source code. It Will be grateful if you can provide.
Thanks
I'm getting a similar error right out of the box. I can't get to any of the features.
Line 33: Line 34: Line 35: <%# getPropertyValue(Convert.ToInt32(Eval("id")), "smartBlogName")%> Line 36: <%# getPropertyValue(Convert.ToInt32(Eval("id")), "smartBlogComment")%> Line 37: <%# getPost(Convert.ToInt32(Eval("id"))).GetProperty("smartBlogTitle").Value %>
This is happening in Umbraco 7.3.4. Has anyone found a workaround or fix for this. Or, will this package not work in this version?
I am having the same issue with the Dashboard. Any help would be appreciated. Thanks, Adrian
Having the same problem also, Has anyone resolved the issue?
Having the same issue with unpublished comments on Smart Blog Management Dashboard, Any one having any solution
is working on a reply...