Anonymous Comments - FIXED
Alrighty now… anon comments are fixed! I was using the HabaHaba skin (not one of the defaults), and it turned out that it had an error.
The Skin-EntryPostCommentContainer.ascx looked like this:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="Blog" Namespace="CommunityServer.Blogs.Controls" Assembly="CommunityServer.Blogs" %>
<%@ Import Namespace="CommunityServer.Components" %>
<Blog:EntryView runat = "Server" ID = "Entry" />
<Blog:CommentForm runat = "Server" ID ="form" />
It turned out that it was missing the following line:
<Blog:EntryComments runat = "Server" ID ="comments" />
I have now gone through the Skin-EntryPostCommentContainer.ascx file for all the non-standard skins that I have and made this correction (to all of them, unfortunately). My apologies for taking so long to get it fixed, folks.
..now to figure out why comment moderation isn’t working (I have it on, but comments do not seem to be moderated).
Happy Commenting!
-Nino