In node preview is rendered default picture instead of picture of the author.

CommentFileSizeAuthor
#1 node_preview_user_picture_5.patch892 bytesanantagati

Comments

anantagati’s picture

Status: Active » Needs review
StatusFileSize
new892 bytes
Steven’s picture

What happens if the user has no picture defined?

pwolanin’s picture

Is this potentially related to this issue? http://drupal.org/node/104047

anantagati’s picture

"What happens if the user has no picture defined?"

Nothing. It will show default picture if it is defined. Otherwise it will skip user picture.

You can see in user.module function theme_user_picture().

heine’s picture

Priority: Critical » Normal
Status: Needs review » Reviewed & tested by the community

Patch in #1 adds user picture or, if specified, default picture to the node preview.

drumm’s picture

Status: Reviewed & tested by the community » Fixed

COmmitted to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)