By al.ex on
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
I'm interested in it, too.
I'm interested in it, too.
also didnt find a solution,
also didnt find a solution, it should be done :-)
Slideshow with CCK imagefield
I'm about to try...
http://drupal.org/project/views_slideshow
But here are some for v5...
http://drupal.org/project/jquery_slideshow (5)
http://drupal.org/project/imagefield_gallery (5)
http://drupal.org/project/slideshow (5)
http://drupal.org/project/cck_multimage (5)
Here is a thread about the issue...
http://drupal.org/node/119968
How to get a slideshow with CCK multi imagefield
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.
Thanks for that hint!
Thanks for that hint!
jquery_slideshow is now
jquery_slideshow is now available for Drupal 6
Lee Rowlands
You can just use cck and
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
I am attempting to create a
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!