Imagecache for non image CCKs?
Posted
by Marc Bria
on Stack Overflow
See other posts from Stack Overflow
or by Marc Bria
Published on 2010-06-07T17:24:54Z
Indexed on
2010/06/07
17:32 UTC
Read the original article
Hit count: 232
drupal
|drupal-views
I'm creating a view with images, videos, audio and documents (books) and I like to shown a picture of each of them in a carousel.
Everything works nicely with images and videos as far as we added a image-thumbnail (image filefield) to their CCK but we like to show a default image for audio and documents without changing the original CCK. Is it possible with imagecache (may be with imagecache_custom_code or views_custom_php) or we need to look for a different approach?
Thanks for your help, m.
© Stack Overflow or respective owner