I put the following code inside article.tpl. Everytime I submit a comment, it returns me a blank white page (i suppose it would return to article.tpl page) and it appears 3 times inside the article admin.
I guess you are missing all the code that goes above this: {{ comment_form html_code="id=\"commentform\"" submit_button="submit" button_html_code="tabindex=\"6\"" }}
Thanks Oscar, but as you can see the code you mention is there !!
Firebug reports "500 Internal Server Error". I want to ask, when I make a submittion where the save-related things are done ? I did not included any code for that job.