Closed (fixed)
Project:
IMCE
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2009 at 20:46 UTC
Updated:
23 Dec 2010 at 09:50 UTC
On this site users can edit nodes and add / place images in the node body content using IMCE (via WYSIWYG IMCE Bridge in TinyMCE).
I have the site configured to store the uploaded image files in sub-directories as follows ./sites/all/files/.
I'd now like to be able to use views to access and list those files on listings pages other than the page the file was placed in.
Does this make sense?
I can't find a way to list those files in views and I can't find a module that allows me to do it either.
Anyone?
Thanks!
Comments
Comment #1
wmostrey commentedYou can easily display all those images if you select the "File" type when creating the view. This is an option that can not be changed afterward so you might need to create a new view instead of editing your current one. You might also want to add a filter File: Mime type begins with "image/" if you allow the upload of non-image files.
Comment #2
wmostrey commented