1 ketok May 16, 2006 00:31
3 ketok May 18, 2006 02:57
I read the post.
My _main.php page doesn't have "$disp_comment_form" on it.
???
-----
What I'm trying to get at is - can't some block of code (or page, or database table) simply be cut out of the blog to make comment spam essentially impossible?
4 topanga May 18, 2006 08:54
<?php // ------------- START OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. -------------
$disp_comments = 0; // Display the comments if requested
$disp_comment_form = 0; // Display the comments form if comments requested
$disp_trackbacks = 0; // Display the trackbacks if requested
$disp_trackback_url = 0; // Display the trackbal URL if trackbacks requested
$disp_pingbacks = 0; // Display the pingbacks if requested
require( dirname(__FILE__).'/_feedback.php' );
// ---------------- END OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. ----------------
If you don't make it possible to place comments or to show comments/trackbacks or pingbacks,...
You might find [url=http://forums.b2evolution.net/viewtopic.php?t=7778&highlight=]this post[/url] worth a read ;)
¥