I want to display comment previews between my current comments and the comment form.
My template is built in this order and everything works fine.
* Full Article {exp:channel:entries}
* Comments {exp:comment:entries}
* Comment Preview {exp:comment:preview}
* Comment Form {exp:comment:form}
The only problem is that I can’t point the visitor to his comment in the stream after he hits the preview button.
My template looks like this:
{exp:comment:preview}
<div id="comment-preview">Comment Preview Here</div>
{/exp:comment:preview}
{exp:comment:form preview="blog/article"}
Comment form here.
{/exp:comment:form}The preview URL is now http://domain.com/blog/article/article-title
I would like it to be http://domain.com/blog/article/article-title#comment-preview so the visitor can see what he has posted.
[Mod Edit: Moved to the How to forum]