Hello, I am using the latest version of Contemplate.module to create custom teasers for a couple of content types that I have create with CCK.
My question is: Is there a way to add an image field in CCK while building your content type, where users can upload a picture, and then have this picture automatically resized to a thumbnail size, in order to use it in your teaser built with Contemplate.module?
Help much appreciated. All best, Laura
It sounds like you'll want to work with a combination of imagefield ( http://drupal.org/project/imagefield) and imagecache ( http://drupal.org/project/imagecache). Imagefield will handle the uploading of the picture, imagecache will handle the resizing/thumbnail generation.
On 8/27/07, laura oldenbourg laura.oldenbourg@googlemail.com wrote:
Hello, I am using the latest version of Contemplate.module to create custom teasers for a couple of content types that I have create with CCK.
My question is: Is there a way to add an image field in CCK while building your content type, where users can upload a picture, and then have this picture automatically resized to a thumbnail size, in order to use it in your teaser built with Contemplate.module?
Help much appreciated. All best, Laura
-- [ Drupal support list | http://lists.drupal.org/ ]