IMCE and Views
smallballusa - July 5, 2009 - 22:57
| Project: | IMCE |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
After a good deal of trial and error, I've decided to go with IMCE for uploading images and placing them inside the body of my posts. Does anyone know if there is a method to call on an image uploaded via IMCE using Views in Drupal 6?
I have tried using the "IMCE CCK Image" module and that comes close - the IMCE CCK field shows up when editing a View, but it just attaches the image to the post. I'd like to have the image appear in the post's body.

#1
IMCE inserts uploaded files into files table which views can query but it won't be possible to differentiate IMCE uploaded files since they are not marked as uploaded by IMCE. You should find a workaround for IMCE CCK Image as it keeps track of uploaded files.