By zauberertz on
I have a contend type that has 10 images attaches (one field with max. 10 entries)
Id like to build a view that roles thru all that images.
I have a contend type that has 10 images attaches (one field with max. 10 entries)
Id like to build a view that roles thru all that images.
Comments
Hi. One option is to install
Hi. One option is to install the view_reference module and the views_slideshow module. Add a view reference field to your content type and create a view (with views slideshow) that takes the node id (nid) as an argument. Then tell your content node to use the view.
This approach is described here in the comment by danielhonrade
http://drupal.org/node/679460#comment-2644092
---
Another solution that doesn't require Views
I realize this is an old thread. Just in case anyone reads this: Alternatively, you can use the Field Slideshow module on a multiple value image field. Very simple.