when I press comment preview , it shows up several times. Why?


Probably due to a bug in the template files. Since you're using a modified version of the i3theme, did you modify the entries.tpl and/or comments.tpl?Sasni wrote:when I press comment preview , it shows up several times. Why?
Code: Select all
<div><input type="hidden" name="serendipity[entry_id]" value="{$commentform_id}" /></div>Code: Select all
<div>
<input type="hidden" name="serendipity[entry_id]" value="{$commentform_id}" />
<input type="hidden" name="serendipity[replyTo]" value="0" />
</div>