Posts by Author
Rob Loach - June 29, 2008 - 02:14
| Project: | Ping.fm |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
<?php
$result = pingfm_post(t($node->pingfm['format'], $replacements), $node->pingfm['method'], $node->title);
?>Should be:
<?php
$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!

#1
Done
#2
Automatically closed -- issue fixed for two weeks with no activity.