I currently have Views 6.x-3.x-dev, CCK 6.x-3.x-dev, and Flickr Rippr 6.x-3.2. I imported all my flickr images and they're on the site just fine. I'm now looking to create a view displaying title and image and integrate it with a javascript gallery script. However, I'm not sure how to make a flickr image show up in my view - I have the title no problem, linking to the node. I can click on the title and see the image. I just don't know how to display the image in the view. Perhaps there should be some documentation covering this, as I'm fairly sure this would be the main use for this module.
Thanks
Tracy
Comments
Comment #1
tracybarker commentedI ended up using http://drupal.org/project/views_customfield and writing the sql to pull out the photo, thumbnail, and description myself.
Comment #2
Shiny commentedI haven't built full views integration (there's a todo item here: http://drupal.org/node/834342)
You can create a view that display nodes - each photo is a node. The default display does have the photos and the description on it.