Hi folks!
I’m having slight difficulty with my commenting module. It’s verified to be installed and recognized by Expression Engine. However, when I submit a test comment (while being logged in), it doesn’t show up on my Control Panel for moderation, nor in my comment template that I have setup.
Really odd. Perhaps I’m missing something simple. Here’s my comments template:
{exp:comment:entries weblog="foo"}
<div class="post_comments">
<h2>Comments</h2>
<p> <div class="comment"><br />
</p><h4> {name}, on {comment_date format="%Y %m %d"} said:</h4>
<p> <br />
{comment}<br />
<br />
</div><br />
{/exp:comment:entries} <br />
{if !no_results} <br />
<hr ><br />
{/if}<br />
</p><h2>Add a Comment</h2>
<p> <fieldset><br />
<legend>Add a Comment</legend><br />
{exp:comment:form}</p>
<p> {if logged_out}<br />
<br />
<label for="name">Name:</label><br />
<input id="name" type="text" class="field" value="{name}" /><br />
<br />
<br />
<label for="email">E-mail:</label><br />
<input id="email" type="text" class="field" value="{email}" /><br />
<br />
{/if}<br />
<br />
<br />
<label for="message">Comments:</label><br />
<textarea id="message" rows="5" cols="50">{comment}</textarea><br />
<br />
<br />
<br />
<button id="submit">Submit</button><br />
<br />
<br />
{/exp:comment:form} <br />
</fieldset>Thank you for your help all,
/sf
Mod Edit: Moved to the Technical Support forum.