$result = pingfm_post(t($node->pingfm['format'], $replacements), $node->pingfm['method'], $node->title);

Should be:

$result = pingfm_post(t($node->pingfm['format'], $replacements), $node->pingfm['method'], $node->title, user_load($node->uid));

So that posts are submitted by the original author of the node. Thanks Dmitri!

Comments

dmitrig01’s picture

Version: » 6.x-1.x-dev
Status: Active » Fixed

Done

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.