Is it possible to show the list of resized images in teaser like attachments? Of course i can put all images in teaser... but it will create some difficulties to users who are creating news...

Comments

quicksketch’s picture

No this isn't possible if I'm understanding your question correctly. Image Resize Filter just modifies the body HTML before it is displayed, it does not add any new content to the display of nodes.

Fuuuuuck’s picture

What about using some module functions to get and convert all image tags in node content from hook_nodeapi?

quicksketch’s picture

Status: Active » Fixed

You can do this manually by implementing your own hook_nodeapi() and using the image_resize_filter_get_images() function, however this functionality will not be added to the module, as it is intended purely as a filter. I'm marking this as a fixed support request, since it was ages ago since the last message.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

iva2k’s picture

Just came across this issue and thought that iTweak Upload is the perfect module to do just that. It has an option to generate a gallery view on teasers as well as on nodes (see screenshot), and use imagecache preset to scale / crop images to the same size. It works with core upload module.