Page 1 of 1

disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 3:59 pm
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..
:)

Re: disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 4:29 pm
by Don Chambers
Not that I have ever seen - why would you want to do that on a per entry basis?

Re: disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 4:35 pm
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. :)

Re: disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 4:47 pm
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

Re: disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 4:50 pm
by Timbalu
very funny....! ;-)

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

Re: disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 5:05 pm
by onli
We do have the serendipity_event_trackback plugin, which should allow to control this.

Re: disable track/pingbacks per entry

Posted: Thu Jul 09, 2015 5:15 pm
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;