Closed (duplicate)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2007 at 16:50 UTC
Updated:
29 Mar 2008 at 14:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
bojanz commentedForgot to change status :/
Comment #2
bojanz commentedRefreshing patch to fix small bug
Comment #3
bojanz commentedOkay, the last one wasn't right, acted too fast, here's the new one.
Fixed bug and rerolled against latest head.
Comment #4
mykle commentedHi. I'm using your imagefield.zip archive, i think it includes this patch. (although since that change got broken into multiple patches i really don't know how i'm supposed to find the most recent version.)
anyway, i had already created some types with the stock 5.2 CCK imagefield module,
and they didn't have the _thumbnail columns defined in the DB, which caused some
errors & failures. a quick ALTER TABLE solved the problem.
not sure if that's something you'd want to fix, or not. you could have some code in the imagefield.install file ...
deal with it like a drupal upgrade. or not. but i thought you'd want to know.
Comment #5
sunWhy do you re-implement functionality that is already provided by Imagecache module?
Imagefield shouldn't try to do that at all. It should rather try to automatically setup a new Imagecache preset for Imagefield thumbnails.
Comment #6
robloachUsing ImageCache is the way to go. Checking if ImageCache is enabled and then using it is the best solution there is. ImageField could add a "thumbnail" preset at .install, and then use that when displaying the ImageField field item when editing the node. It would, of course, do all this only if ImageCache was enabled.
Comment #7
jpetso commentedEither this issue or #127729: Create thumbnails is a duplicate. Could a maintainer please decide on one of those and close the other?
Comment #8
CoolDreamZ commentedAgree that ImageCache should be used where available. Subscribing as this is an important issue - displaying the full size images in the edit node page is a serious performance hit.
Comment #9
dopry commentedImageCache can't be used safely on content before a node has been saved in D5. ImageCache cannot be used for implementing thumbnails in D5.
I will most likely be using http://drupal.org/node/238636...