Download Size md5 hash
jcarousel_block-6.x-1.0.tar.gz 8.04 KB 57c8baf41046506bbd0ced84b9d85c9b
jcarousel_block-6.x-1.0.zip 9.45 KB 2d770604a420babc22df5325b06728f1
Official release from tag: 6.x-1.0
Last updated: December 24, 2010 - 23:14

Drupal 6 initial release.

You need to download the jcarousel source code and extract it to the modules folder.

Providing a jcarousel block which can be managed throught the admin/build/block.

No need to write any HTML or including any JS. Just put the block to 'content' region, and configure it shows only at path 'node/*'. If you have pathauto alias pattern like content/type/*, you can show this block only at certain types of nodes.

The block reads the images from the image fields of a node(CCK required). To make it work, you must specify the image field name and type at admin/settings/jcarousel_block . Currently the imagefield type only supports imageimce. The imagefield name is the machine readable name you created in CCK.

Lightbox supportted by default, if you have the lightbox module installed.