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

thissideup’s picture

Priority: Normal » Minor

found 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.

hutch’s picture

Imagepicker 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.

hutch’s picture

Issue summary: View changes

spelling