For the past few weeks I've been struggling to find some kind of way to accomplish this. I have a content type with three imagefields and text fields. Id like to be able to use views slideshow to pull the individual images a user uploads when posting content and put it in a views slideshow. So far ive had a great deal of trouble finding out how to reference imagefields for views slideshow in a content type. If anyone has any suggestions im open to them.

Comments

nevets’s picture

Why not use one image field that allows multiple instances?

hasimp’s picture

I could try that but how would I get views slideshow to draw the images from that particular image field.

IncrediBody.com’s picture

I am also curious as to how this can be accomplished.

wilgrace’s picture

I'm looking for the same solution - how can multiple imagefields from a single node be displayed in a slideshow? Can Views Slideshow do this?

joakimekroos’s picture

Looking for the exact same thing, someone please help

El Bandito’s picture

Me too for slideshow of images within 1 node

autopoietic’s picture

I think this comment looks to be the solution to this problem, if anyone is still struggling with it:

http://drupal.org/node/309704#comment-1588514

This way you could, for example embed a view in your node.tpl.php and pass the node id to it:
http://thedrupalblog.com/embedding-view-drupal-6-using-views-embed-view

That should display all images for the node using the views slideshow module.

To be honest though, might be simpler to use the jqueryslideshow module, which is made for this purpose:

http://drupal.org/project/jquery_slideshow

luksak’s picture

hi

have you managed to get this to work? if so how?

thanks

lukas

ahhao’s picture

Hello, this is very easy.
only few step have to follow.

  1. Add the related "Image" field in Views
  2. Multiple field settings : UNTICK the Display all values in the same row
  3. Apply it~ DONE!

i sure u get the happy result~~

Ralf Eisler’s picture

Problem solved.

Thank you

caspervoogt’s picture

when showing multiple images from a single node, the pager and controls don't seem to work for me. There are no JS bugs that I can see.

nickontra’s picture

On views You need to make a 

RELATIONSHIPS 

content: content type with the multiple field

Then on  FORMAT

Format slideshow / show: fields

on FIELDS, you bring up the fields needed to slide

thats about it

Waichai’s picture

Please help suggest any ways or modules able to make a slideshow with all the images in 3 different image fields in a singe node

Thanks in advance