Active
Project:
Image Picker
Version:
7.x-1.6
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2011 at 14:17 UTC
Updated:
11 Oct 2011 at 16:33 UTC
I want to create a Views Gallery, only outputting the Images contained in articles. Is there any (in-)direct way for the views module to access ImagePicker information?
i.e. the possiblity of an imagepicker-field hook or similar?
thanks very much!
Comments
Comment #1
thissideup commentedfound a views related method of editing the article body before print-out here: http://mydrupalblog.lhmdesign.com/truncate-drupal-view-node-title
that served well for my purpose, but a more or less direct integration/communication of imagepicker with views would still be very much appreciated.
thanks.
alex.
Comment #2
hutch commentedImagepicker images are purely for inserting into content, they are not content themselves, if that is what you need then use the Image module which stores its images as nodes and can therefore be manipulated by Views.
Comment #2.0
hutch commentedspelling