使用 RSS feed 图像的 jquery 循环插件?
这很可能是一个非常无知的问题,如果是这样,请原谅我:
我正在使用 jquery 循环插件来创建最近发布的图像的图像旋转器。
我使用 drupal 6.x 并使用视图模块创建了最近图像的 RSS 提要。我不知道如何将两者联系起来。有什么建议吗?
我有一种感觉,RSS 提要可能不是解决此问题的最佳方法,但这是我能想到的一切。
感谢您的帮助。
This could well be a terribly ignorant question, if so please forgive me:
I'm using jquery cycle plugin to create an image rotator of recently posted images.
Im using drupal 6.x and created an RSS feed of the recent images using the views module. I have no idea how to connect the two. Any suggestions?
I have a feeling an RSS feed might not be the best way to go about this, but it's all I could come up with.
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看视图幻灯片:
http://drupal.org/project/views_slideshow
我用过这过去显示一张图片,等待,然后淡出到下一张图片。它是视图的输出类型。完全点&点击,无需编码。我刚刚创建了一个包含图像的 CCK 内容类型,然后创建了一个仅显示我想要显示的内容的视图,并在视图中的幻灯片输出选项中设置了在特定延迟后淡出的效果。死得轻松又甜蜜。我也许可以使用 Flash 启动页面来让我的客户戒掉。 ;-)
或视图轮播是一个不同的功能集,如果您想同时显示多个并使其自动前进。
安迪-
Take a look at Views Slideshow:
http://drupal.org/project/views_slideshow
I've used this in the past to show a picture, wait, then fade to the next picture. It's an output type for a view. Totally point & click, no coding. I just made a CCK content type holding the images, then made a a view just showing whatever I wanted to show, and a in the slideshow output options in the view set to fade after a specific delay. Dead easy and sweet. I might yet be able to wean my clients off using a flash splash page. ;-)
or Views Carousel is a different feature set if you want to show several at the same time and have it auto advance.
Andy-