Page 1 of 1
Disabling trackbacks ...
Posted: Tue Oct 04, 2005 9:48 am
by Lux
Hi,
we have one s9y-blog on a local server with no connection to the internet.
How can we disable sending trackbacks?
Greetings
Dirk
Re: Disabling trackbacks ...
Posted: Tue Oct 04, 2005 4:21 pm
by garvinhicking
Edit your serendipity_config_local.inc.php, set
Code: Select all
$serendipity['no_autodiscovery'] = true;
Best regards,
Garvin
Re: Disabling trackbacks ...
Posted: Tue Oct 04, 2005 4:53 pm
by Lux
garvinhicking wrote:Edit your serendipity_config_local.inc.php, set
Code: Select all
$serendipity['no_autodiscovery'] = true;
Unfortunately that did not work.
Dirk
Re: Disabling trackbacks ...
Posted: Tue Oct 04, 2005 5:07 pm
by garvinhicking
Oh, I'm awfully sorry. You need to omit the "_" so that it reads:
Code: Select all
$serendipity['noautodiscovery'] = true;
Regards,
Garvin
Re: Disabling trackbacks ...
Posted: Wed Oct 05, 2005 9:12 am
by Lux
garvinhicking wrote:Code: Select all
$serendipity['noautodiscovery'] = true;
This works great!
Thank you Garvin.
Dirk