I noticed that on a node preview with a video_cck field the video is not displayed. Suggested fix on line 282 of emfield.module:

change:

  if ($item['in_preview']) {

into

  if ($node->in_preview) {

Sorry, can't make a patch. I did not check the other cck fields.

CommentFileSizeAuthor
#1 emfield.patch453 bytesa_c_m

Comments

a_c_m’s picture

Status: Active » Needs review
StatusFileSize
new453 bytes

Can confirm this fixes the issue for me, also attached a patch.

alex ua’s picture

Status: Needs review » Fixed

committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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