disable track/pingbacks per entry

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

disable track/pingbacks per entry

Post by Timbalu »

Dear colleagues
I don't know why I never had this to come into mind before, but:
Do we have an option to disable the trackback pingback checks by entry on save?
Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while..
:)
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: disable track/pingbacks per entry

Post by Don Chambers »

Not that I have ever seen - why would you want to do that on a per entry basis?
=Don=
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: disable track/pingbacks per entry

Post by Timbalu »

I don't know .... I just made an entry note, gathering a lot of other pages content to my personal private blog as a reminder entry and then had to wait minutes for the xmlrpc calls. Since that is private, I would not need this at all. This is the situation where this question came up to my mind. :)
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: disable track/pingbacks per entry

Post by yellowled »

Timbalu wrote:Do we have an option to disable the trackback pingback checks by entry on save?
Yes, it's called “Save as draft”. :wink:

In all seriousness, we probably don't because it's a rare use case.

YL
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: disable track/pingbacks per entry

Post by Timbalu »

very funny....! ;-)

We could have this in entryproperties, couldn't we?!
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
onli
Regular
Posts: 2825
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: disable track/pingbacks per entry

Post by onli »

We do have the serendipity_event_trackback plugin, which should allow to control this.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: disable track/pingbacks per entry

Post by Timbalu »

Hey great! Thanks!
Its pure Serendipity and you never learn out. :)

Edit:
This will work too, I think. Added to the user section of your serendipity_config_local.inc.php:

Code: Select all

// Disable outgoing trackbacks
$serendipity['noautodiscovery'] = true;
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply