Releases for jcarousel block
jcarousel_block 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.6.tar.gz | 10.04 KB | 68db6f27ab24eafc15e495cb99dde84a |
A quick fix for a little error related to the imagefield plugin
jcarousel_block 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.5.tar.gz | 10.04 KB | 8bf53fe7e7445345c2928c23829081a3 |
changes since last version
#327427: Drupal in sub dir but jcarousel block looking in root
#313835: create a simple plugin functionality to easily swap the image system
jcarousel_block 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.4.tar.gz | 9.62 KB | a26f7d1b190c1ef2661a69b8f734aff0 |
#305070: usage without cck and remove cck requirement
jcarousel_block 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.x-dev.tar.gz | 10.14 KB | 5117c38103831e829f9c228efe1df850 |
Development snapshot, this version has a plugin system.
jcarousel_block 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.3.tar.gz | 8.85 KB | a26e960097ee39cbb957c949c3b9e858 |
setup block region to content, pages to node/* by default, this prevents the PHP warning when the block is not displaying under a node.
do no show the block when there's no images for the selected field.
some code clean up.
jcarousel_block 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.2.tar.gz | 8.68 KB | 76516bbdbe1e31559c122ce0a04ce7c1 |
Generally just a code clean up, moved most of the data manipulation to the .module file from the .tpl file.
Also fixed an error introduced in 1.1 version which causes #303322: No images in carousel window .
jcarousel_block 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.1.tar.gz | 8.23 KB | 63da3bb9a8d89ea75307cfe1d073a79f |
Added imagefield support
jcarousel_block 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.0.tar.gz | 8.04 KB | 57c8baf41046506bbd0ced84b9d85c9b |
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.
