Closed (duplicate)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
WYSIWYG integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 08:40 UTC
Updated:
23 Sep 2012 at 05:17 UTC
I enabled wysiwyg module for node creating and media module for image uploading in node body. It works. But i want to use views to build node list page, mixed inline image and trimmed text for each item. In views the only way to display images is set format to media browser. Then I checked SQL output and database structure. The image file info saved into file_usage table after node submit with wyswyg module, so the image file should be associated to node, but no recored in file_managed table.
I think this function is often used.
Comments
Comment #1
dddave commentedComment #2
devin carlson commentedThis is a duplicate of #1268116: WYSIWYG does not record file usage and #1215712: Add a views field handler for displaying the rendered file.