Thumbnails
marcoBauli - June 26, 2006 - 17:12
| Project: | Node Image Block |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello,
it would be nice if the module could have thumbnail capabilities, showing only thumbnails in the block.
Anyone else interested into this?
thx

#1
It's probably down to the upload.module to create the thumbnails in the first place then, and I don't think upload.module should be doing that as its a generic file upload mechanism rather than file uploading.
If you want thumbnails creating from images uploaded you might look at Flexinode.
#2
Thanks Budda, i posted a feature request for the Upload_image module specific for images, so better suited for this.
cheers
#3
ok, looks like upload_image now DOES provide thumbnail generation capabilities thanks to image.module!
I will try having a look to understand how to display thumbnails instead of full pics in the block.
Well, i am no coder, so any hint or help is of course very apreciated!
Thank you very much
-Marco
#4
Interesting. I've kinda ignored image.module since it broke just before 4.7 release. Will take a look at this again sometime soon! Thanks for the info.