You are here

README.txt in jCarousel 7.3

                                jCarousel Module
Description
-----------

This module provides Views plugins to use the jCarousel jQuery plugin. For more
information about jCarousel, visit the official project page:
http://sorgalla.com/jcarousel/

Installation
------------

1) Place this module and it's dependencies in your modules folder. This will
   usually be sites/all/modules/contrib/.

2) Download jCarousel v0.3 from the project download page
   (http://sorgalla.com/jcarousel/dist/) and place it in sites/all/libraries/
   so that it is available as:
   sites/all/libraries/jcarousel/jcarousel.jquery.js or
   sites/all/libraries/jcarousel/jcarousel.jquery.min.js

3) Enable the module within your Drupal site at Administer -> Site Building ->
   Modules (admin/build/modules).

Usage
-----

The jCarousel module is most commonly used with the Views module to turn
listings of images or other content into a carousel.

1) Install the Views module (http://drupal.org/project/views) on your Drupal
   site if you have not already.

2) Add a new view at Administration -> Structure -> Views
   (admin/structure/views).

3) Change the "Display format" of the view to "jCarousel". Disable the
   "Use pager" option, which cannot be used with the jCarousel style. Click the
   "Continue & Edit" button to configure the rest of the View.

4) Click on the "Settings" link next to the jCarousel Format to configure the
   options for the carousel such as the animation speed and skin.

5) Add the items you would like to include in the rotator under the "Fields"
   section, and build out the rest of the view as you would normally. Note that
   the preview of the carousel within Views probably will not appear correctly
   because the necessary JavaScript and CSS is not loaded in the Views
   interface. Save your view and visit a page URL containing the view to see
   how it appears.

Authors
-------

Nate Haug (http://quicksketch.org)
Matt Farina (http://www.mattfarina.com)
Wim Leers (work@wimleers.com | http://wimleers.com/work)
Rob Loach (http://www.robloach.net)

File

README.txt
View source
  1. jCarousel Module
  2. Description
  3. -----------
  4. This module provides Views plugins to use the jCarousel jQuery plugin. For more
  5. information about jCarousel, visit the official project page:
  6. http://sorgalla.com/jcarousel/
  7. Installation
  8. ------------
  9. 1) Place this module and it's dependencies in your modules folder. This will
  10. usually be sites/all/modules/contrib/.
  11. 2) Download jCarousel v0.3 from the project download page
  12. (http://sorgalla.com/jcarousel/dist/) and place it in sites/all/libraries/
  13. so that it is available as:
  14. sites/all/libraries/jcarousel/jcarousel.jquery.js or
  15. sites/all/libraries/jcarousel/jcarousel.jquery.min.js
  16. 3) Enable the module within your Drupal site at Administer -> Site Building ->
  17. Modules (admin/build/modules).
  18. Usage
  19. -----
  20. The jCarousel module is most commonly used with the Views module to turn
  21. listings of images or other content into a carousel.
  22. 1) Install the Views module (http://drupal.org/project/views) on your Drupal
  23. site if you have not already.
  24. 2) Add a new view at Administration -> Structure -> Views
  25. (admin/structure/views).
  26. 3) Change the "Display format" of the view to "jCarousel". Disable the
  27. "Use pager" option, which cannot be used with the jCarousel style. Click the
  28. "Continue & Edit" button to configure the rest of the View.
  29. 4) Click on the "Settings" link next to the jCarousel Format to configure the
  30. options for the carousel such as the animation speed and skin.
  31. 5) Add the items you would like to include in the rotator under the "Fields"
  32. section, and build out the rest of the view as you would normally. Note that
  33. the preview of the carousel within Views probably will not appear correctly
  34. because the necessary JavaScript and CSS is not loaded in the Views
  35. interface. Save your view and visit a page URL containing the view to see
  36. how it appears.
  37. Authors
  38. -------
  39. Nate Haug (http://quicksketch.org)
  40. Matt Farina (http://www.mattfarina.com)
  41. Wim Leers (work@wimleers.com | http://wimleers.com/work)
  42. Rob Loach (http://www.robloach.net)