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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | emfield.patch | 453 bytes | a_c_m |
Comments
Comment #1
a_c_m commentedCan confirm this fixes the issue for me, also attached a patch.
Comment #2
alex ua commentedcommitted. Thanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.