用于drupal的幻灯片模块

时间:2009-12-16 12:01:34

标签: drupal module

我需要一个drupal模块,它从用户上传的图像中提供幻灯片。我看到了幻灯片模块,但无法理解应用设置的位置。 谢谢你的帮助.. 幻灯片格式:

                     current image displayed here



 previous_button   image image image image image image image image   next_button

2 个答案:

答案 0 :(得分:0)

可以在www.example.com/admin/settings/slideshow找到设置。

如果您想要自定义幻灯片,则可能是

  1. CCK + filefield + imagefield可以上传图片
  2. 用于缓存和设置图像样式的图像缓存(最大宽度和高度)
  3. 分类标准,以便能够指明图像所属的图库
  4. 创建图库的视图。
  5. [在此处插入随机jQuery pludin]以获得幻灯片效果。你可以使用像thickbox这样的东西,但有很多东西,你可以选择。

答案 1 :(得分:0)

只需使用CCK + Views + jQuery Cycle插件。无需自定义“幻灯片”模块。