Imagefield setup
Step 1: Create an imagefield to use later
Imceimage setup
Step 1: Create an imceimage field to use later
Jcarousel block: setting up
Introduction
Theme park: a ride in the carousel
This module displays a customizable image slide show block, normally at the bottom of the content region.
The scrolling slider is using the popular Jquery Jcarousel plugin.
The images are read from the node's cck image field via either 'imceimage' or 'imagefield' modules.
Before you start, get the latest versions of these files:
If you're in doubt between the Imagefield or IMCEimage just go with Imagefield.
Installation of this module consists of 2 steps.
Install jcarousel_block as you would install any other Drupal module.
After downloading, extract its contents to "drupal\sites\all\modules\"
It will end up looking like "drupal\sites\all\modules\jcarousel_block".
Download the plugin from http://sorgalla.com/jcarousel/ and extract it into the jcarousel_block folder created in the step above.
Your module folder will look like this (files are not shown here, only subfolders):
+---jcarousel_block
| +---includes
| \---jcarousel
| +---examples
| | \---bestpractice
| +---images
| +---lib
| | \---thickbox
| \---skins
| +---ie7
| \---tango
In other words, the final directory structure should look like this:
modules/jcarousel_block
modules/jcarousel_block/jcarousel
modules/jcarousel_block/jcarousel/lib
modules/jcarousel_block/jcarousel/skins
...
Continue with the appropriate section, depending on your choice of image cck field.
Step 1: Create an imagefield to use later
Step 1: Create an imceimage field to use later
Introduction