Hi,
we have one s9y-blog on a local server with no connection to the internet.
How can we disable sending trackbacks?
Greetings
Dirk
Disabling trackbacks ...
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Disabling trackbacks ...
Edit your serendipity_config_local.inc.php, set
Best regards,
Garvin
Code: Select all
$serendipity['no_autodiscovery'] = true;
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/
# 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 ...
Unfortunately that did not work.garvinhicking wrote:Edit your serendipity_config_local.inc.php, setCode: Select all
$serendipity['no_autodiscovery'] = true;
Dirk
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Disabling trackbacks ...
Oh, I'm awfully sorry. You need to omit the "_" so that it reads:
Regards,
Garvin
Code: Select all
$serendipity['noautodiscovery'] = true;
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/
# 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 ...
This works great!garvinhicking wrote:Code: Select all
$serendipity['noautodiscovery'] = true;
Thank you Garvin.
Dirk