Hi all :-). COREBlog 1.2.4 has been released.
http://coreblog.org/junk/COREBlog124.tgz This release has a new option, to avoid comment spam. See setting tab details. For existing COREBlog instance, if you enable session-on-comment, fix comment_form like following. <dtml-try> <dtml-if "hasProperty('comment_session_key') and REQUEST.SESSION.has_key(getProperty('comment_session_key'))"> <input type="submit" name="addComment:method" value=" POST " /> </dtml-if> <dtml-except></dtml-try> This code is to hide "POST" buton while session key served. Have fun :-). ---------------------------------------- Atsushi Shibata (Webcore Corp.) [EMAIL PROTECTED] http://www.webcore.co.jp/ ---------------------------------------- _______________________________________________ COREblog-en mailing list [email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to [EMAIL PROTECTED]
