This is just to say that I posted a handbook page on how to do this, for people who are searching here for same.

http://drupal.org/node/275747

Comments

Johannes De Boeck’s picture

thanks for this..
I guess this is for using with the Image module? ..is there a possibility to get this working with CCK and ImageField?

rick hood’s picture

Hi,

I am not using image module, but rather am using Imagecache, and Imagefield to get images into my nodes.

Any reference to "image" in the nodecarousel code like this:

$carousel_image = _nodecarousel_find_image_in_string($view);

is not referring to image module. To be honest, I don't know what its referring to - but it works. I guess it works no matter how the image gets into the node(s) - via image module or CCK images.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

gthing’s picture

"$carousel_image = _nodecarousel_find_image_in_string($view);"

That line is giving me trouble - saying that it is a call to an undefined function. I am using images in the same way as you - imagecache with imagefield.

gthing’s picture

Status: Closed (fixed) » Closed (won't fix)
gthing’s picture

Status: Closed (won't fix) » Active
gthing’s picture

Status: Active » Closed (fixed)

You must be using the latest dev version which includes this function.