When creating a view with more than one content type including the kaltura thumbnail field, the not existing thumbnail image is displayed as an "image not found-icon" also for the other non kaltura content types. Actually also when activating the Hide if empty-Option. Is there a quick way to solve this?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 979620-views_fields_cleanup.patch | 8.66 KB | xurizaemon |
Comments
Comment #1
patrickroma commentedThis also is an issue for version 6.15. See #963198: Thumbnails broken on CCK nodes. Firefox doesn't show this error, but IE, Safari and Chrome.
edit:
When the Thumbnail belongs to the correct kaltura content type and its shown, the path is: http://cdnbakmi.kaltura.com/p/376531/sp/37653100/thumbnail/entry_id/1_0r...
without belonging:
mysite.com/width/115/height/115
Comment #2
patrickroma commentedOk, here's the solution:
change in node_kaltura_entry.module 682 to 685:
to:
This solves the thumbnail problem. We should also apply this in kaltura_media_remix.
Comment #3
patrickroma commentedComment #4
xurizaemonThanks Patrick.
Will apply above fix, with consideration to #685900: Use theme & translation layers & FAPI (should replace inline HTML with theme layer while fixing).
Comment #5
xurizaemonThanks Patrick for raising this. Identified a few other minor issues with the Views implementation. The issue above, some similar ones with other fields, and a few others (eg download URL not working at all) should be resolved shortly.
I will make a branch on Github for this issue also, so if there's more testing to be done we can work on it there.
Comment #6
xurizaemonGithub branch: https://github.com/GiantRobot/drupal-kaltura/tree/6.x-2.x-979620
Patch applies against DRUPAL-6--2.
Comment #7
xurizaemonPlease review and report.
Comment #8
xurizaemonCommitted to 6.x-2.x