Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25628/templates/default
Modified Files:
Tag: branch-smarty
commentform.tpl
Log Message:
MFH spamblock tweaks.
Todo: Comments don't seem to be working in this branch ATM. PostgreSQL seems to be emitting every comment twice. Needs to be looked at
Index: commentform.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/commentform.tpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- commentform.tpl 19 Sep 2004 21:07:16 -0000 1.1.2.3
+++ commentform.tpl 22 Sep 2004 15:25:33 -0000 1.1.2.4
@@ -27,7 +27,7 @@
<td class="serendipity_commentsLabel">{$CONST.COMMENT}</td>
<td class="serendipity_commentsValue">
<textarea rows="10" cols="40" name="serendipity[comment]">{$commentform_data}</textarea><br />
- {serendipity_hookPlugin hook="frontend_comment"}
+ {serendipity_hookPlugin hook="frontend_comment" data=$commentform_entry}
</td>
</tr>
|