Releases for jcarousel block
jcarousel_block 6.x-1.6
First released: October 31, 2008 - 16:20
Size: 10.04 KB
md5_file hash: 68db6f27ab24eafc15e495cb99dde84a
Last updated: October 31, 2008 - 16:25
A quick fix for a little error related to the imagefield plugin
jcarousel_block 6.x-1.5
First released: October 30, 2008 - 16:35
Size: 10.04 KB
md5_file hash: 8bf53fe7e7445345c2928c23829081a3
Last updated: October 30, 2008 - 16:40
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
First released: September 26, 2008 - 06:26
Size: 9.62 KB
md5_file hash: a26f7d1b190c1ef2661a69b8f734aff0
Last updated: September 26, 2008 - 06:30
#305070: usage without cck and remove cck requirement
jcarousel_block 6.x-1.x-dev
First released: September 14, 2008 - 07:39
Size: 10.14 KB
md5_file hash: 5117c38103831e829f9c228efe1df850
Last updated: March 24, 2009 - 00:13
Development snapshot, this version has a plugin system.
jcarousel_block 6.x-1.3
First released: September 6, 2008 - 00:55
Size: 8.85 KB
md5_file hash: a26e960097ee39cbb957c949c3b9e858
Last updated: September 6, 2008 - 01:00
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
First released: September 3, 2008 - 06:34
Size: 8.68 KB
md5_file hash: 76516bbdbe1e31559c122ce0a04ce7c1
Last updated: September 3, 2008 - 06:35
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
First released: September 1, 2008 - 01:26
Size: 8.23 KB
md5_file hash: 63da3bb9a8d89ea75307cfe1d073a79f
Last updated: September 1, 2008 - 01:30
Added imagefield support
jcarousel_block 6.x-1.0
First released: August 30, 2008 - 06:33
Size: 8.04 KB
md5_file hash: 57c8baf41046506bbd0ced84b9d85c9b
Last updated: August 30, 2008 - 06:35
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.
