Closed (won't fix)
Project:
Multiping
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 16:24 UTC
Updated:
18 Feb 2009 at 14:10 UTC
http://hanspetter.no/drupal/twingly-module is a twingly ping module. Perhaps someone can make this work with multiping, or fold it in as a contributed module for multiping? I've been trying to make twingly pinging work inside multiping, but always get a "Not yet implemented" error message when trying to ping twingly.
I looked into the multiping.module's function _multiping_doping and added the following, just before the on success save info to db:
if(!$result) {
$result = xmlrpc($pingservice->url, $pingservice->method, $name, $base_url );
}
based on the info here:
It should work, but I still get the error message.
Comments
Comment #1
Skyr commentedAccording to the twingly module, entering the following data should be equivalent:
URL: http://rpc.twingly.com/
Method name: weblogUpdates.extendedPing
Unfortunately, it's not working - and up to now, I was unable to figure out why. Twingly returns an empty string...
Comment #2
holger commentedI tried weblogUpdates.extendedPing and also weblogUpdates.ping but it do not work and showes "Not yet implemented" after pinging. All other Services like Ping-o-Matic are ok.I am using Drupal 6.8 and the newest Version of the multiping module.
Comment #3
pkej commentedHrmf, I can't even get the module to work anymore, not with the default Ping-o-Matic even, suddenly. But it did work the first time I installed it on my site.
Comment #4
pkej commentedSeems it needs to be run by cron, or perhaps the ping after each post, if I try the ping link on the administration pages, it will not ping even ping-o-matic.