Hello Guys,
Not getting the comment form to show up on the site I am doing. The build is 20100810. There are no extensions, and comments are turned on for the channel. Even when I use the default form it will not show, even in a new template on its own for debugging.
{exp:comment:entries sort="asc" limit="20"}
{comment}
By {name} on {comment_date format="%Y %m %d"}
{/exp:comment:entries}
{exp:comment:form preview="channel/preview"}
{if logged_out}
Name: <input type="text" name="name" value="{name}" size="50" /></p>
Email: <input type="text" name="email" value="{email}" size="50" /></p>
Location: <input type="text" name="location" value="{location}" size="50" /></p>
URL: <input type="text" name="url" value="{url}" size="50" /></p>
{/if}
<textarea name="comment" cols="70" rows="10">{comment}</textarea></p>
<input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information
<input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" />
{/exp:comment:form}
and url for test is. You can see its not in the source.