Hi,

I want a simple and clean way to integrate and manage image slideshows in my pages.
Despite the plethora of slideshow-like modules out there, I couldn't find any that suited my criteria or they were just not 6 compatible.

I think a good way to implement a slideshow without much coding could be to use the cck imagefield and combine it with jquery cycle.
Before I start coding a "jquery cycle for cck imagefield" module, I wanted to ask the community if there already are solutions to my problem I haven't encountered yet..

Cheers
-Alex

Comments

no2e’s picture

I'm interested in it, too.

markosef’s picture

also didnt find a solution, it should be done :-)

taote’s picture

You can use: http://drupal.org/project/views_slideshow or any module to cycle views (http://drupal.org/node/418616), the trick is to uncheck Group multiples values when configuring the image field included in the view, and passing as argument the Node Id.

Doing this, you´ll get a different row for every value in the multiple imagefield.

yan’s picture

Thanks for that hint!

larowlan’s picture

jquery_slideshow is now available for Drupal 6

Lee Rowlands

--author="larowlan <larowlan@395439.no-reply.drupal.org>"
ericduran’s picture

You can just use cck and views with the jquery cycle plugin. I just get get a list of image field from views and print them on the page. The jquery cycle plugin does the rest. Since views is so organize with it's class name is almost to easy.

Eric

IncrediBody.com’s picture

I am attempting to create a slideshow using a field of multiple images inside of a view, and in my search for a solution, I found http://drupal.org/project/jquery_slideshow which provided this functionality, except that I encountered an error on nodes where the Jquery Slideshow image field was empty (some of my nodes will not have an image), and the module also did not allow me to show more than one picture on a page, and my goal is to have multiple nodes displayed on one page using a view, with each displaying the slideshow image.

Is anyone aware of another module or method that will allow me to accomplish this goal?

Thanks in advance for any help you can provide!