开发者

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

  1. CCK + filefield + imagefield to be able to upload images
  2. Imagecache to cache and style the images (max width and height)
  3. Taxonomy to be able to indicate which gallery the image belongs to
  4. Views to create the gallery.
  5. [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.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜