i can't seem to find anything in the variables regarding imagecache, can i somehow add it, or am i out of luck? also, i'd like to have it applied to multiple image field uploads. thanks ...

Comments

VM’s picture

add the necessary code as discussed in the imagecache readme.txt file

To automatically display your manipulated image add the following line to your
desired tpl.php file where you would like the image to appear:

print theme('imagecache', 'preset_namespace', $image['filepath'], $alt, $title, $attributes);
pete_dr’s picture

sorry, not that literate with drupal :P so what exactly needs to be changed? i changed preset_namespace to the imagecache preset and filepath to where the files of the imagecache are or where the original files are? :S

dorien’s picture

Subscribing

miles28’s picture

Have you added an imagecache field in you content type?
Once you do that, you will be able to find an imagecache reference in the content type template.