slideshow module for drupal
i'm in need of a drupal module whi开发者_开发百科ch gives a slideshow from the images uploaded by the user..i saw the slideshow module but can't understand where to apply the settings.. thanks for ur help.. slideshow format:
current image displayed here
previous_button image image image image image image image image next_button
Just use CCK + Views + the jQuery Cycle plugin. No custom "slideshow" module needed.
The settings can be found at www.example.com/admin/settings/slideshow
.
If you want custom slideshows, easiets is probably
- CCK + filefield + imagefield to be able to upload images
- Imagecache to cache and style the images (max width and height)
- Taxonomy to be able to indicate which gallery the image belongs to
- Views to create the gallery.
- [Insert random jQuery pludin here] for the slideshow effect. You could use something like thickbox, but there are so many, that you can just take your pick.
精彩评论