Disabling trackbacks ...

Having trouble installing serendipity?
Post Reply
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Disabling trackbacks ...

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Disabling trackbacks ...

Post by garvinhicking »

Edit your serendipity_config_local.inc.php, set

Code: Select all

$serendipity['no_autodiscovery'] = true;
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Disabling trackbacks ...

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Disabling trackbacks ...

Post by garvinhicking »

Oh, I'm awfully sorry. You need to omit the "_" so that it reads:

Code: Select all

$serendipity['noautodiscovery'] = true;
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Disabling trackbacks ...

Post by Lux »

garvinhicking wrote:

Code: Select all

$serendipity['noautodiscovery'] = true;
This works great!

Thank you Garvin.

Dirk
Post Reply