1 freemo Jun 14, 2006 02:58
3 blueyed Jun 17, 2006 03:39
I'm not sure, if it will work with 1.6, but try adding this to trackback.php in the htsrv folder:
if( ! $Blog->get('allowtrackbacks') )
{
trackback_response( 1, 'Sorry, this weblog does not allow you to trackback its posts.' ); // exits
}
, after
if( !( $Blog = & $commented_Item->get_Blog() ) )
{
trackback_response( 1, 'Sorry, could not get the post\'s weblog.' ); // exits
}
(or similar).
Alternatively, if you want to disable trackbacks the hard way, just add a
die('Sorry, no trackbacks allowed.');
at the beginning (but at least after the "<?php" in trackback.php).
From reading [url=http://forums.b2evolution.net/viewtopic.php?t=8099]this post[/url] it would appear that you're not alone.
*moved to bugs forum*
¥