jcarousel_block 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.8.tar.gz | 9.96 KB | e187a00213293b239001e8c7ac529b39 |
| jcarousel_block-6.x-1.8.zip | 12.86 KB | b3db3251a153bf434b46a1c9fa0639b3 |
Release notes
Issue #406308: Block shows when image field has no images by pfismvg
jcarousel_block 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.7.tar.gz | 9.94 KB | 6669433bde25bdbb74a79a6504a25756 |
| jcarousel_block-6.x-1.7.zip | 12.88 KB | 0431ad71672edcf68171fabfb2959166 |
Release notes
Issue #502030: Wrong display by Greg J Preece
Issue #901922: Vertical display by Greg J Preece
Issue #990944: NO SKINS by Greg J Preece
jcarousel_block 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| jcarousel_block-6.x-1.6.tar.gz | 10.04 KB | 68db6f27ab24eafc15e495cb99dde84a |
| jcarousel_block-6.x-1.6.zip | 13.07 KB | ff276ac2c1a0ed9f4874245dafcc24c6 |
Release notes
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 |
| jcarousel_block-6.x-1.5.zip | 13.07 KB | 2542c6920983a2fd470ad557fce3b74f |
Release notes
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 |
| jcarousel_block-6.x-1.4.zip | 11.08 KB | ca086a7a60b015312f4c0816c087efda |
Release notes
#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 | 9.97 KB | 88b9562224228aa0e0fdadea2d3bb745 |
| jcarousel_block-6.x-1.x-dev.zip | 12.86 KB | ce7ff6e1b2da56b4dcd72b9ce1185e26 |
Release notes
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 |
| jcarousel_block-6.x-1.3.zip | 10.21 KB | 67bd819c01c86d29b9f9a7ed9b9c494d |
Release notes
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 |
| jcarousel_block-6.x-1.2.zip | 10.06 KB | 65fd56cf0403f9d79c61e1cb2b13c487 |
Release notes
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 |
| jcarousel_block-6.x-1.1.zip | 9.66 KB | 50f4392a115d9fe8a74c59b7ea65d8e9 |
Release notes
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 |
| jcarousel_block-6.x-1.0.zip | 9.45 KB | 2d770604a420babc22df5325b06728f1 |
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.