I have added several feeds and set "authored by" to an existing user. However, the author always comes up as anonymous on the nodes themselves. (uid=0) If I return to the feed, the proper user is stored in the "authored by" field, so the value is being stored, however, it's never displayed on the node.

Also, the node lists the user as "Submitted by" while the node text says "Authored by." A bit confusing.

Comments

budda’s picture

Status: Active » Fixed

"Submitted by" is purely a theme issue - change it if you wish?

Node author bug appears to have been introduced recently by the use of the node_submit() function.

I have now fixed this in the CVS version.

zoon_unit’s picture

Thank you for this information! I will endeavor to fix most of my limitations with a node template. (except for the user bug)

Pardon my lack of experience, but how does one download a CVS version? How long before it is submitted to the Drupal project?

Chris Johnson’s picture

Go here to learn about CVS and obtaining code from it: http://drupal.org/node/321

Anonymous’s picture

Status: Fixed » Closed (fixed)