Approve comments before they appear on posts.
| Comment | Post | Status | Created | Actions |
|---|---|---|---|---|
|
<%= H(adminCommentItem.AuthorName) %>
<% If Len(Trim(CStr(adminCommentItem.AuthorEmail))) > 0 Then %>
<%= H(adminCommentItem.AuthorEmail) %>
<% End If %>
<%= H(adminCommentItem.Body) %>
|
<% If Len(adminCommentPostUrl) > 0 Then %> <%= H(adminCommentPostTitle) %> <% Else %> <%= H(adminCommentPostTitle) %> <% End If %> | <% If adminCommentItem.IsApproved = 1 Then %> Approved <% Else %> Pending <% End If %> | <%= H(FormatDateTime(adminCommentItem.CreatedDate, vbShortDate)) %> | <% If adminCommentItem.IsApproved = 1 Then %> <% Else %> <% End If %> |