By Jeroen Coumans on
Hi,
I'm looking for a way to show attached images (via image_attach) in a sidebar block. I haven't found a block snippet which does this andmy PHP skills are not up to the task of writing it myself. I tried to create a block view which does this, but it shows all images that are attached to a node, while I want to show only the attached images from the currently viewed node.
Any suggestions? Thanks!
Comments
Solved!
After digging through the image_attach module, I copied the theme display code and this seems to work:
Change the
IMAGE_ORIGINALto 'thumbnail' or 'yoursize' to have it display in a custom size.