Comparison of Rotator / Slider modules
This page came about as a result of this post in the Similar Module Review group. The linked post lists several modules that provide either tabbed content or rotating content. I see two general use cases here:
- A device to provide access to large amounts of regular site content from one area of the page (tabbed content).
- A device to showcase featured content, often on the home page, in an eye-catching manner (rotating /sliding content).
I am limiting this comparison page to the latter use case. My own module, Quick Tabs, was included in the original list linked to above, but as it does not provide any real rotator or slideshow type functionality, I am leaving it out here. It is open to discussion whether the ideal eventual outcome of any consolidation between the best features of the best of the modules would be a package that includes both types of feature.
Available Modules
There are many modules that provide some sort of slideshow / rotator functionality.
Coda Slider - A nice jQuery plugin for image slider and support thumbnail navigator.Deprecated - maintainer recommends Content Glider instead.- Content Glider - Another jQuery plugin for image slider, very easy to use.
- Dynamic display block - Enables you to create and present blocks of content in a dynamic and attractive way. Uses the jQuery Cycle Plug-in.
- Views Rotator - a Views style plugin using the Cycle jQuery plugin with a small number of options for controlling transition behaviour. Currently being merged into Views Cycle.
- Views Cycle - a Views style plugin using the Cycle jQuery plugin, with an option for tabs, several transition effect options and other transition behavior settings.
- Views Slideshow - a Views style plugin using jquery cycle. The Drupal 6-2.0 version is an extensible API that allows other cycles, rotators, and carousels to plug into the module, so they don't need to recreate the Views functionality.
- Views Slideshow: Dynamic display block - a Views slideshow plugin which enables you to present slideshows in an attractive way.
- Views Slideshow: ImageFlow - offers an ImageFlow option to Views Slideshow, similar to Apple's CoverFlow.
Slideshow Creator - adds an input format filter to allow you to add slideshow creation code to the body of a node.Deprecated.- Featured Content Slider - select nodes based on content type and create up to 3 blocks of featured content.
- Slider - create a "slider" content type with a multi-value nodereference field to create carousel-style sliders of the referenced nodes.
EasySlider - create a list-style view with a block display and the view results are displayed in a carousel style slider.Maintainer recommends Views Slideshows instead.Node Carousel - create carousels of nodes based on nodequeue or custom values using a hook in your own module.Maintainer recommends Views Carousel instead.- Views Carousel - a Views style plugin using the jCarousel jQuery plugin for the rotation, suitable for e.g. a scrollable thumbnail viewer.
- Ajax Slideshow - Sequential presentation of any of the site nodes, using various effects. The slideshow is ajax-based which means the page load-time is agnostic to the amount of content included.
Other modules that I should probably include here when I have time:
- Views Accordion - a Views style plugin using the Accordion jQuery plugin
Other modules that I will not be looking at:
- Couloir Slideshow - this seems more like a Lightbox gallery type solution... without the Lightbox.
- Frontpage Slideshow - this requires a paid 3rd party library.
- CCK Multimage - a fork of the abandoned CCK Slideshow module which creates slideshows from multivalue imagefields. Only available for Drupal 5
Overview
Module Overview
Feature Overview
This feature comparison is based on a spreadsheet done by stephthegeek.
For the purposes of discussion and comparison of these modules I'm going to use the word tab to refer to "the bit that you click on to switch to the next piece of content" - in many of the rotator modules this is refered to as a thumbnail.
| Module | Tabs | Tab content | Main content | Nav links | Behaviour options | Styles included |
|---|---|---|---|---|---|---|
| Dynamic display block | ![]() |
Pagers with Numbers, prev/next, links, images, custom and scrollable pager | Image folder, node, nodequeue, blocks, views | ![]() |
Speed, timeout, all jcycle effects, custom, etc. | 15 free ddblock themes, commercial themes available. |
| Views Rotator | ![]() |
Output of a View | Optional | Speed, pause on hover | None | |
| Views Cycle | ![]() |
Choose a field from your View | Output of a View | ![]() |
Speed, numerous effects, event trigger | One skin provided |
| Views Slideshow | ![]() |
Title and teaser of the node | Output of a View | ![]() |
Speed, fade effect, sort order | None |
| Views Slideshow: Dynamic display block | ![]() |
Pagers with Numbers, prev/next, links, images, custom and scrollable pager | Output of a View (Mapped fields) | ![]() |
Speed, timeout, all jcycle effects, custom, etc. | 6 free slideshow themes, commercial themes available. |
| Views Slideshow: ImageFlow | ![]() |
Image and Link | Output of a View (Images only) | ![]() |
Slider, Aspect Ratio, Cursor, Start Position | None |
![]() |
Images that you manually select | ![]() |
None | None | ||
| Featured Content Slider | ![]() |
Numbers | Nodes of a chosen type | ![]() |
Animation speed, animation direction | None |
| Carousel style modules | ||||||
| Slider | ![]() |
Node titles | Nodes from a multi-value CCK noderef field | ![]() |
None | None |
| EasySlider | ![]() |
Output of a View | ![]() |
None | None | |
| Views Carousel | ![]() |
Output of a View | ![]() |
Speed, orientation, easing effect | Two skins provided | |
| Node Carousel | ![]() |
Based on nodequeue or custom content | Optional | Speed, orientation | None | |
| Ajax Slideshow | ![]() |
Titles, Numbers, Images, Any field brought by views, Prev/Next, Custom | Any set of nodes or views object (controlled by a view) | ![]() |
transition type, transition speed, slide duration, w/wo navigation, w/wo border, viewport height, content source, w/wo teaser, advanced options. | node template based |
Detailed Analysis
Dynamic display block
Benefits over other modules:
- Multiple input possibilities: Images from a folder, node, Nodequeue, Blocks (e.g recent comments), Views
- 15 example themes available with number pager, prev/next pager, link pager, image pager and image/link and scrollable pager
- Commercial slideshow themes available
- Examples available of different settings
- Well documented
- In advanced slideshows you make fields available to the ddblock themes via preprocess functions (flexible)
Disadvantages or areas in need of improvement:
- Ajax loading of content
- In advanced slideshows you have to make fields available to the ddblock themes via preprocess functions
Of note:
- Uses the jQuery Cycle plugin
In summary:
Flexible module with multiple input options. Multiple pager options. Most needed settings of jQuery Cycle plugin configurable in configuration page, otherwise you can use custom jQuery Cycle plugin settings field to set other settings. Can work together with jQuery Easing plugin. For tabbed content easy to combine with Quicktabs module.
Views Rotator
Benefits over other modules:
- Simple to install (doesn't require downloading a plugin as it's included in the module)
- Very clean and smooth UX
- This useful feature is achieved in very few lines of code - the module files are few and short.
Disadvantages or areas in need of improvement:
- The options are very limited.
- It includes the jQuery Cycle plugin at the start of its own js file, which seems less than ideal to me - but given that there currently is no real solution for jQuery Plugin management in Drupal as yet, it's probably no worse than any other way of doing it.
Of note:
- This is a Views style plugin
- Uses the jQuery Cycle plugin
In summary:
This is quite a minimalist approach to the rotating Views idea. There are no transition effect options and - most significantly - no tabs. Otherwise, it is a very clean solution.
Views Cycle
Benefits over other modules:
- Optional tabs that can be configured to hold the output of any field from your View.
- Offers all the transition effects that come with the full jQuery Cycle plugin as options
- If using tabs, you can choose whether the transition happens on hover or click of the tabs.
- Straight-forward configuration
Disadvantages or areas in need of improvement:
- Need to download the jQuery Cycle plugin separately, which some may find awkward.
- No prev/next links
- The skin that's provided with the module is quite buggy. Also, regardless of skin option, the output behaves strangely with regard to the ordered/unordered list of the main content - the first item gets its bullet or number displayed and the others don't.
Of note:
- This is a Views style plugin
- Uses the jQuery Cycle plugin
In summary:
Views Cycle is a pretty powerful variation on the rotatable Views theme. The configurable tabs are a huge plus. Unfortunately they don't as yet work with combined fields - see this issue.
Views Slideshow
Benefits over the other modules:
- Extensible API
- Has an option for tabs
- Seems like it is highly configurable for different use cases.
Disadvantages or areas in need of improvement:
- Configuration options are quite confusing
- Lacking the generous selection of transition effects that Views Cycle provides, this module only provides fade or nothing, though that's probably enough for most people's needs. (However, as future plugins to Views Slideshow are made available, this should be alleviated.)
- Tab content is not configurable
Of note:
- This is a Views style plugin
- Uses its own js for the rotation
- Has an API that allows other plugins to extend the functionality
In summary:
This module seems a little rough around the edges and could do with some clearer directions on the configuration screen. I didn't know what I should set things to at first as I didn't understand what the options meant. I played around with the settings a bit and realised that "Slideshow Mode: Thumbnail hover" means that you can have tabs that trigger the rotation, they do this on hover, and they contain the title and teaser of the node. Except that when I tried it with a View that was outputting just title and an imagefield, the thumbnails contained the title and the imagefield and the rotating content consisted of title and teaser, which is not the expected behaviour. There's also a "Mouse hover" option which has one single radio button, "hover", but it seems there would be other options if the "Hover Intent" module were installed and enabled. Overall, highly configurable but not a very intuitive interface.
Views slideshow: Dynamic display block
Benefits over other modules:
- Mapping of field to slideshow themes. (v2.x)
- 6 example themes available with number pager, prev/next pager, link pager, image pager and image/link pager and scrollable pager or a combination of these (v1.x - v2.x)
- Commercial slideshow themes available (v2.x)
- Example module available with different pager settings (v2.x)
- Well documented (v1.x - v2.x)
- Possibility to make fields available to the slideshow themes via preprocess functions (flexible) (v1.x - v2.x)
- For more information see project page.
Disadvantages or areas in need of improvement:
- Ajax loading of content
Of note:
- Uses the jQuery Cycle plugin
In summary:
Flexible module with several available slideshow layouts. Multiple pager options. Most needed settings of jQuery Cycle plugin configurable in configuration page, otherwise you can use custom jQuery Cycle plugin settings field to set other settings. Can work together with jQuery Easing plugin. For tabbed content easy to combine with Quicktabs module.
Views Slideshow: ImageFlow
Benefits over other modules:
- Implements a CoverFlow-like slideshow
- Uses the API offered by Views Slideshow and Drupal.behaviors, so it's lightweight
Disadvantages or areas in need of improvement:
- Requires a third-party JavaScript plugin, which has a small fee for commercial uses
- The "reflection" option normally offered by the plugin is not currently available
Slideshow Creator
Of note:
- Uses jQuery Plugin module to add the Cycle plugin.
In summary:
This module is a very rudimentary solution to the slideshow idea. It involves creating a new input format so that you can place code like this into your node body:
[slideshow: 2, img=|http://drupal.org/sites/all/themes/bluebeach/logos/drupal.org.png|drupal.org|Drupal|The ultimate CMS. Download it now!|Drupal|, img=|http://www.mysql.com/common/logos/mysql_100x52-64.gif|http://www.mysql.com|MySQL|Free and reliable SQL server and client.|_self|, dir=|files/|yes||Generic Photos|Aren't they great?||]With the other options out there I woudn't see much point in using something like this.
Featured Content Slider
Of note:
- Creates up to 3 blocks of sliding nodes
- Uses its own js code which is not jQuery
In summary:
This pulls nodes of a given type into a slider block. You can create up to 3 blocks using different node types for each. The JavaScript code suggests there is ajax loading functionality but I did not manage to see this in action. Also, the js code is needlessly bulky as it does not leverage jQuery at all, never mind jQuery plugins. Otherwise, a fairly smooth UX.
Slider
Of note:
- Uses its own js in conjunction with jQuery.scroll.js to achieve a carousel effect.
In summary:
There's a fair bit of set-up involved here to create a slideshow and it's based on CCK multi-value nodereference fields. Not very flexible.
Easy Slider
Of note:
- Uses the Easy Slider jQuery plugin, which ships with the module.
In summary:
Very similar to Slider, except that it works with Views.
Views Carousel
Benefits over the other modules:
- Easy set-up
- Provides good basic styles
Disadvantages or areas in need of improvement:
- Easing effect option is a textfield with directions sending user to a jQuery docs page for options; one has to scroll down and search to eventually find this: 'There are two built-in values, "linear" and "swing".' - one would expect more options when being sent all the way to another site to find out what they are.
Of note:
- This is a Views style plugin
- Uses the jCarousel jQuery plugin
In summary:
A good, clean UI with straight-forward configuration options, an exemplary implementation of the jCarousel jQuery plugin for Drupal sites.
Node Carousel
Benefits over the other modules:
- Apparently has an AJAX option (untested)
Disadvantages or areas in need of improvement:
- The module is not well maintained and the documentation is out of date.
- No functional 6.x version available - looks like development simply stopped on this before it was ready
- No Views integration
Of note:
- Works with Nodequeue
- Uses the jCarousel jQuery plugin
In summary:
I spent a lot of time trying to get this to work in 6.x. There is either a cvs tagging problem or a lack of adequate documentation: - the jcarousel plugin does not come with this module although it exists in CVS, and there are no instructions as to where to get it or where to put it. I stuck the plugin into the module directory and still my Nodecarousel did not do anything. Also there were numerous php notices.
Ajax Slideshow
Benefits over other modules:
- Ajax-based slideshow which means scalability. The slideshow content can grow bigger without negatively impacting the page load-time.
- Slides can contain any content item (node) rather than images only
- Content and sequence ease of control due to the utilization of the views module for managing the slide set.
- Plug & Play – standard installation and the slideshow is up.
Disadvantages or areas in need of improvement:
- Need to implement additional out-of-the-box tabs styles.
Of note:
- Uses Views and JQuery plugins
In summary:
Straightforward, easy to install and manage module that allows sequential presentation of any set of content items. Performance is not dependent on the number of content items selected.
Bottom line
I keep coming across remarks like this in project descriptions and issue queues:
- "EasySlider is being developed into a views plugin"
- "I'm thinking of rejiggering it as a views extension" (Nodecarousel)
- "I am planing its integration with Views" (Featured Content Slider)
and feel like shouting "Somebody STOP THEM!!!!" Seriously, there has already been so much duplicated effort here, it's time for that to stop and for some consolidation to happen. Within the somewhat broad use case of eye-catching, rotating content, I see at MOST two distinct use cases, meaning justification for at MOST two modules here:
- Passive User: throw featured content at them while they're on your front page
- Active User: allow users to navigate / scroll through content to find what they're looking for (e.g. thumbnail images in a gallery)
The modules that I think best exemplify these two use cases are {Views Cycle OR Views Rotator} and Views Carousel respectively. There's no reason why features from Views Rotator / Views Cycle / Views Slideshow couldn't be incorporated into one module and likewise with all the carousel/slider-type modules for the latter use case.
My exploration of these modules also highlighted for me the dire need for a standard way of including jQuery plugins, as per this thread. Wouldn't it be awesome if you could just choose "jQuery plugin" as your Views style and then in the settings for that style you would choose which plugin to use, e.g. Cycle, Accordion or Carousel. Of course there are different config options for each of those but... maybe getting closer to that ideal isn't too wacky an idea.



Multi-lingual Sites
I found this page traing to get slideshows to work on my multi-lingual sites.
After getting slideshow_creator to work on the basis of the book by Mark Nobel (Drupal 6 Site builder Solutions) I realised this module was not working on a mulit-lingual site and then I found it was no longer supported.
Next came ddblock - http://drupal.org/project/ddblock - but it it also not working across language switching.
It might be useful to add a column in the comparison table for the "Multi-lingual Sites".
Next I will try - http://drupal.org/project/views_slideshow .... fingers crossed ...
Good luck .....
the results of trying Drupal just once are
www.mallsandmore.com
www.sds-i.com
www.proRotaTherm.com
Multi-lingual Dynamic display block slideshow
Have a look at the issue: Multilingual settings are not saved in the issue queue of the dynamic display block module for more information how to set up multi-lingual slideshows with the dynamic display block module.
There are several multi-lingual sites on the internet using the dynamic display block slideshows successfully.
views_rotator going away
views_rotator is going to be folded into views_cycle for Drupal 6. So that's at least one fewer too many options. :-)
--
Larry Garfield
http://www.garfieldtech.com/blog
http://www.palantir.net
Thank you very much for this
Thank you very much for this article.
I was searching for what you describe as a "passive user" type block to add to my home page so to automatically scroll through featured content.
This post has really made sense of what is out there.
I wish there were more cases of this kind of information on drupal.org because there are getting to be so many modules out there that the most consuming part of developing a site in Drupal is characterized as either wading through the modules available to accomplish a task or the theming of the site.
I also wish there were more video examples of what a module does or how it works.
I tried many but can't get any to work
I tried many but can't get any to work
Hello,
Please can you just tell which module is supposed to be the EASIEST to setup and use and that will work on any browser?
I tried many and failed with all, so please can you just give me one name so that I feel super retarded if I can't get it to work? :-)
It should really be the easiest but reliable, as it's not for fun but just to show pictures of an Ubercart products catalog.
Thanks a lot.
Hi there, from a book I
Hi there,
from a book I learned about setting up "Slideshow Creator". It is not maintained any more, but it is working and is running still on www.sds-i.com for one of clients.
Otherwise we use Views Rotator and Views Slideshow - but you need CCK for that and understand Blocks and Views.
Slideshow Creator needs to have the images in the right location and you need to set the Input Format correctly - then all you need is to enter the syntax in any block or page and remember to activate the right Input format.
This might still be a good way to get a slide show going.
Using the other two modules I came across this problem - Setting a Fixed Height in a Slide Show - http://drupal.org/node/194672#comment-1851616.
Hope this helps -
Good luck .....
the results of trying Drupal just once are
www.mallsandmore.com
www.sds-i.com
www.proRotaTherm.com
I would suggest adding two
I would suggest adding two very important attributes to the comparison, SEO friendliness, and graceful degradation in the absence of javascript.
Ddblock for example, is SEO friendly (whereas most people know that Flash is generally not), but does not work at all with javascript disabled, although it's being considered (http://drupal.org/node/396892) for a future version.
Usually you can get around this limitation by sniffing if js is disabled in the browser, and then using a different template altogether or just providing alternate functionality within your template. It may seem clunky but that's the only way I know around the issue at the moment.
Surprisingly, Drupal doesn't seem to have focused on the issue of javascript degradation much in the past, though it is being actively discussed for D7. Even the seemingly simple collapsible fieldsets in CCK forms do not degrade gracefully, in fact they don't work at all (collapsed sets won't open).
I've seen endless discussions about how many people actually disable js with numbers cited between 85% and 99% as reported by various sources, but ultimately you have to take stock of who your typical visitor is. Then of course there's the whole issue of accessibility with screen readers for the blind, and other similar issues.
New module on list
With regard to adding the Fancy Slide module to the list above, I was requested to add this information by VeryMisunderstood:
Available Modules section
Module Overview
Features Overview
Detailed Analysis
Fancy Slide
Benefits over other modules:
Disadvantages or areas in need of improvement:
In summary:
An early but stable slideshow module that aims to provide a nicer, fancier interface to the end user than other offerings, while maintaining an array of customisation options. More work is needed to bring views integration to the module.
fancy slide is great
I have tried several modules, and finally selected fancy slide.
it's easy to configure, and can work with imagefield/imagecache, and can work with nodequeue, which is also a great module.
thanks for provide such a useful module
Galleria
Thanks for the Fancy Slide info.
just checked project page, and looks good. Reminds me of Galleria/Views Galleria (tho I'm yet to try these) - perhaps these too merit place on list.
____________________________
DocMartin and Hong Kong Outdoors
Adding text to images
This might be an alternative way of adding text to images and then using a generic rotator module - as opposed to ddblock, for example.
http://fusiondrupalthemes.com/story/100330/getting-more-out-imagecache
Haven't tried it - perhaps a bit cumbersome, but then ddblock isn't a walk in the park either, particularly for custom displays.
user-generated slideshows?
I need a slideshow tool that allows users to create a slideshow out of the photos they have uploaded as attachments to a node. It could be one node per photo or multiple photos per node, I don't care. The point is there could be hundreds of these slideshows on the website, as each user builds their own set of slideshows. I don't see the question of user-generated slideshows addressed in this review, and as I read through the documentation of various options, many of them expect the tool to be used as a single slideshow on the front page that is edited by the administrator. This is not what I need -- I need user-generated slideshows. I think views slideshow can handle this -- are there any other options?
Same Need
I have a similar need for user managed slide shows that must have an intutive user interface and user setup since this will be administered by a user. Have you researched this any further? I can spend some time helping if you have an approach.
Thanks Steve
Dynamic display block module options
@cwgriesel and @MkeHack
When using the dynamic display block module it is the admin of the side who installs and configures the ddblock slideshow style layout.
Users could be allowed to provide the content for the slideshow.
There are different options:
Both configurations would show the user a create node screen. The first one with one image to upload, the second option with (a limited amount of) multiple images to upload.
In both cases image cache can be used to scale images if needed for the slideshow, but the slideshow could also handle e.g images with different heights.
I am sure similar configuration can be handled by other slideshow module, just want to share what is e.g. possible with the dynamic display block module for your drupal site.
Hope this helps you both and others further.
I've been reviewing Rotator
I've been reviewing Rotator and Slider modules for about two days now. They are in the same boat as related content was, until FC. This module does this and that one does that. Each with thier trade offs of pros and cons and with less attention to javascript degradation (<- new knowledge for me).
I like DdBlock, as it offers the most in eye candy, but I have found Ddblock to be confusing to install for embedded content. I'm also seeing some differences between IE8 and FF and a few unexpected effects during a browser refresh.
This review has been very helpful and the goal of picking a module to be right on target. As mentioned above and sorting through these modules there are a few points I try to remember as I sort through the eye candy (the two well defined points from post above and two of my own requirements):
Thank you for this comparision review, it has been very helpful.
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
"I would love to change the world,
but they won't give me the source code"
-JG
Nodecarousel is depricated
From the project page of Nodecarousel:
What about Rotor?
http://drupal.org/project/rotor
I've used this of a number of sites, and its always worked well. Very mature module, uses jquery cycle plugin, and is very configurable. Works with views, imagecache, and nodequeue.
Just wanted to thank you for
Just wanted to thank you for this comparison, I was only just beginning to try and compare the slideshow modules that I found (I too am looking for passive user slideshows of node types for front page), and stumbled onto this. THANK YOU!
User created/managed slideshows
So to users who have also been looking for users to be able to upload images to a gallery and then make a slideshow of them: have you had any success so far? What was the module combination you ended up with???
Thanks!
I use view carousel and it
I use view carousel and it works great for me. I have created a view so when a user uploads an image it immediately shows up in my view carousel. Try it out.
slideshows
I use Views Slideshow, with images added through Views Gallery (imagecache creating various image sizes/categories that views slideshow can use). Mainly for small slideshows in blocks.
- also find the Image Flow worth a look.
Have the Views Carousel in use, but so far haven't got into editing css, which you evidently need for optimum carousel. [With Image Flow, a nifty thing is that it resizes according to size of space it has: can be big on a page, small in sidebar; but more for flicking thro images than as carousel]
____________________________
DocMartin and Hong Kong Outdoors
1 more found
I came across this module as well: http://drupal.org/project/views_slideshow_ddblock not sure if there is any relationship to ddblock
--Ryan
Ryan Cross
James Cross Construction Services
Project Management Software
Looks like it's from the
Looks like it's from the ddblock team; on their site it says: "The module has similar functionality as the dynamic display block module."
http://ddblock.myalbums.biz/node/970
____________________________
DocMartin and Hong Kong Outdoors
What can replace slideshow creator?
It's all very well to say "with so many other options why would you want anything so basic?" But the comparison chart shows that this is the only module that allows manually selected images. I have a site with hundreds of slideshows based on individually selected images.
If it is so basic, if much better solutions are available, can someone tell me which module that happens to be? Cheers!
Nice comparison. After so
Nice comparison. After so much trying I realize that none of these modules can show a slideshow of static blocks. That is to allow a selection of multiple prebuilt static html blocks and then display them one after another.
"Truth is treason in the empire of lies." - Ron Paul
works with nodes n comments
But if you put the html in nodes or comments, Views slideshows can work - leading to result being the same. (I write quickly; not sure if missing something)
____________________________
DocMartin and Hong Kong Outdoors
Just found Galleryformatter as well
This might be a good candidate for your list
http://drupal.org/project/galleryformatter
Dude this is sweet!!!
Dude this is sweet!!!
www.signaturepiece.com
Rotor Module
I would like to spend a few words about Rotor Module. I think this module is very easy to set up and use.
Unfortunately many Rotator/Slider modules are very difficoult to set up instead. Rotor Module is the best module that fits my needs. In fact it is used to display a news and an image that is related to that news. Unfortunately it still has a missing feature: it doesn't display a short teaser.
However, I guess this feature will be easily added. I also modified my theme in order to best use this module by creating a block-views-rotor-block_1.tpl.php and editing the rotor.css file within module directory and .css theme file. It was not very difficoult and this may not be necessary with other themes.
You can take a look a my rotor module in action by visiting http://www.lamaddalenapark.it.
Hope my post will be useful to some of you.
enrico
http://www.enricolippi.net
Rotating slides
Is there any module or just a jQuery script (with or without Drupal support) that would be a close match to this Flash feature? http://osc4.template-help.com/wt_29072/index.html
The closest I've found so far is ImageFlow. Demo: http://imageflow.finnrudolph.de/
--
www.jazzit.hr
Conveyor Belt slideshow
Is there any module available yet, that would work similar to the Conveyor Belt slideshow from Dynamicdrive (http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm ) ?