I have managed to make it work... well, almost everything: when I click on the | Comments (0) | link to post a new comment for an entry, the place where the fields Name, Email, Homepage, Comment should appear I just get an empty space.
I have seen how serendipity should behave in http://demo.opensourcecms.com/serendipity/, however my site is showing nothing below Add Comment to submit such a comment.
This is a piece of html code extracted from the former http://demo.opensourcecms.com/serendipity/:
Code: Select all
<br />
<div class="serendipity_section_commentform">
<div class="serendipity_commentsTitle">Add Comment</div>
<div class="serendipityCommentForm">
<a id="serendipity_CommentForm"></a>
<form id="serendipity_comment" action="/serendipity/index.php?url=archives/1-Welcome.html#feedback" method="post">
<div><input type="hidden" name="serendipity[entry_id]" value="1" /></div>
<table border="0" width="100%" cellpadding="3">
<tr>
<td class="serendipity_commentsLabel"><label for="serendipity_commentform_name">Name</label></td>
<td class="serendipity_commentsValue"><input type="text" id="serendipity_commentform_name" name="serendipity[name]" value="" size="30" /></td>
</tr>
<tr>
<td class="serendipity_commentsLabel"><label for="serendipity_commentform_email">Email</label></td>
<td class="serendipity_commentsValue"><input type="text" id="serendipity_commentform_email" name="serendipity[email]" value="" /></td>
</tr>
And here is the same place of code extracted from my own site:
Code: Select all
<br />
<h3>Add Comment</h3>
<div class="navigation" style="text-align: center">
</div>
<!-- ENTRIES END -->
<!-- CONTENT END -->
</div>
<div id="sidebar">
I have also checked the forum for someone having problems posting Comments and found:
http://www.s9y.org/forums/viewtopic.php?t=3742
http://www.s9y.org/forums/viewtopic.php?t=3116
but I think that they are not having the same problem as me.
Can anyone help me out? Thanks in advance for your support.