There is an issue with image_fupload when a user has an image content type setup that didn't come from the image module. For example, i never use the image module and I usually create my own image content type with CCK imagefield. image_fupload CCK widget doesn't load up properly because of the settings of 'image_node_types'.
It gets set as a default "pre"-set during install. I'm working on a little patch where I'll move this behavior to hook_node_type and test the module property of the content type to make sure it matches "image".
JG
Comments
Comment #1
jose.guevara commentedI reviewed the code... the image content type is hard coded in several places... I'm changing this to a feature request instead.... I'm sorry I'm not familiar enough with this module to recommend a course of action.
Sorry....
Comment #2
grandcat commentedOf course, the image type is hard coded, because image.module's image is hard coded as well.
All in all, there's another topic with a patch which will be submitted after some testings.
Comment #3
tsmulugeta commentedI have the same issue. Was a solution ever found?
Comment #4
tsmulugeta commentedCan anyone please help me solve this problem or let me know of a possible patch?