When I try to add a post though my SAEF, everything works except that where the comment form should go, it says “Commenting is not available in this weblog entry.”
I have confirmed that commenting is allowed in the weblog preferences, and that the comment expiration date is cleared.
When I add an entry through the control panel, the comments work normally.
Any ideas?
I am using EE 1.6.8.
Here is my code for the SAEF, in case it helps.
{exp:weblog:entry_form weblog="blog" return="Admin/blog"}
<table class="insert-teaching">
<tr class="table-title">
<td class="label">Title</td><td><input class="edit" type="text" name="title" id="title" value="{title}" size="50" maxlength="100"></p>
</td>
</tr>
<tr class="edit">
<td class="label">Entry Date</td>
<td><input class="edit" type="text" name="entry_date" value="{entry_date}" maxlength="23" size="25" /></td>
</tr>
{custom_fields}
<tr class="edit">
<td class="label">{field_label}</td>
{if textarea}
<td><textarea class="edit" id="{field_name}" name="{field_name}" dir="{text_direction}" cols="50" rows="{rows}" >{field_data}</textarea></td>
{/if}
</tr>
{/custom_fields}
<td class="label"><input type="checkbox" name="allow_comments" value="y" {allow_comments} /> Allow Comments?
</table>
<input type="image" src="http://www.wpbiblefellowship.org/images/submit_button.png" name="submit" value="Submit" />
{/exp:weblog:entry_form}