Closed (fixed)
Project:
Image Resize Filter
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2009 at 20:06 UTC
Updated:
22 Feb 2010 at 17:13 UTC
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
Comment #1
quicksketchNo 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.
Comment #2
Fuuuuuck commentedWhat about using some module functions to get and convert all image tags in node content from hook_nodeapi?
Comment #3
quicksketchYou 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.
Comment #5
iva2k commentedJust 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.