I would like to use FEED API to allow users of the site to create feeds and then have the nodes created from the feeds they've entered be assigned to their blogs. Almost there - I can set the output of FEED API from story to blog and with permission, I can allow users of the site to create a new feed.
However it seems though that no matter what UID is assigned to the created "feedapi_node" the nodes created from that feed are assigned to UID 1, not the UID that created the feedapi_node. Is that how you understand it to be? It would be really useful to at least have the option to set that UID to the UID of the person who entered the feed.
I'm still pretty new to looking at the PHP in Drupal modules so I don't know enough right now to figure it out but It looks like this line in feedapi_node.module is where the UID of the generated notes is coming from?
254 $node->uid = $feed_node->uid;
Comments
Comment #1
aron novakIt was a bug, which entered in the code while the upgrade to Drupal 6. Now it's fixed, it works as you expected. You can checkout the latest devel code from the CVS or wait for the next devel package.
Thanks for the bug report!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.