Wednesday, 2 February 2011

Using Drupal Views-Slideshow

http://www.summapro.com/drupal-tutorials/using-drupal-views-slideshow
In this tutorial we will discuss the views slideshow, a slideshow that will be set through the views and input via CCK. This slideshow module has a variety of  image transitional ways including blind, cover, curtain, fade, scroll and slide. The most widely style used is fade. In addition, the slideshow can also be fitted by either pager number or thumbnails. It's also could be display with previous-next control.
The example we will discuss is to make views slideshow with fade transition style without completed by pager and control. But I will show the results of the slideshow if ever pagers and control are included.

To perform the configuration, it takes the ability to understand the CCK-Views in advance. You can open this reference : How to Create a New Content Type with CCK, and How to Create A Drupal Views (Grid Style).

No comments:

Post a Comment

Source base installation of php, mysql and apache in ubuntu/ linux

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source In the last post, I described the method to install a LAMP ser...