Hi,
I'm new to drupal and i'm also new with module development and custom query. I just want to ask a way to display an image generated by imagecache but is taken from the database using custom query.
1. Display an image using imagecache
2. Image attributes (ex: path, presets etc. etc.) is queried from the database
3. Sample code?
I would appreciate all the help I can get.
Thanks
Comments
Comment #1
yevonsoul commentedanyone?
Comment #2
drewish commentedimagecache really only works with images stored as files. it has no way of finding images stored in a database.