-1

I create few imagecache for

  • featured slide img
  • standard listing img
  • details page thumb and original img

I need to assign all these imagecaches to 1 image that member upload. so It will create all these images from 1 image upload, and I will use them wherever I need. At cck editing part, I can assign only 1 imagecache :/

How can I do that? I googled but could not find anything

Appreciate advises! Thanks a lot!

designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99

1 Answers1

1

imagecache generates images on-the-fly as they're used for the first time. There's no need to pre-generate them. Any image can be run through any imagecache preset.

CCK's setting only influences how the image will be displayed by default in the node template.

ceejayoz
  • 176,543
  • 40
  • 303
  • 368