Drupal 7.x:
how to configure fields and views (and other modules if required) to get javascript image viewer like samples below?
Drupal 7.x: how to configure fields and views (and other modules if required) to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the images are field values of a node (recommended): http://drupal.org/project/field_slideshow
Create an image field with Unlimited values and set up the field’s display on
admin/structure/types/manage/NODE_TYPE/display. (The Slideshow option has some options.)If the images are separate nodes connected to the product node someshow: http://drupal.org/project/views_slideshow
You’ll need to create a view that loads the image nodes for this. Probably with a relationship to the current node.