Downloads
Release notes
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.