Closed (fixed)
Project:
Upload Image
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2006 at 08:14 UTC
Updated:
12 Jul 2006 at 01:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
David Stosik commentedUse img_assist instead... ;)
Comment #2
killes@www.drop.org commentedThere is currently no plan. Hoever, i got a similar request yesterday and a patch might be provided by that requester.
Comment #3
marcoBauli commentedthe fact is with img_assist the workflow for users to upload images is not as nice as for upload.image, that so far i reckon is the most straight / user friendly.
Another module does the job in an easy way: image_tab (currently not listed on project/modules, but present in the cvs repository). Unfortunately this is not ready for 4.6 too, and maybe the 'tab' used to insert images is not ideal.
Well, so not being a dev i will wait for the providence..;) what i can do is offer testing and feedback help to whoever will take this task into consideration.
Comment #4
vabue commentedI'm very interested in porting upload_image to 4.7 too.
Comment #5
killes@www.drop.org commentedI have started with the update to 4.7, please test the CVS version against 4.7.
Comment #6
pcwick commentedDrupal 4.7.2
PHP 5.1.2
MySQL 5.0.18
Upload_Image Module
$Id: upload_image.module,v 1.6 2005/11/09 14:15:11 killes Exp $
Returns the following error:
Comment #7
pcwick commentedActually, it is the most recent cvs version of the module dated "Last updated: April 7, 2006 - 18:15" on the module download page that produced this error.
The 2005 date was cut and pasted from the module code.
Hope that's clear.
Comment #8
killes@www.drop.org commentedremoved the offending &.
Comment #9
pcwick commentedModule would not load. Unexpected end error.
Added a closing php tag at the end of the file.
Added two closing brackets to the "upload_image_form_alter" function.
I do not know what I am doing, but the module now loads.
Comment #10
marcoBauli commented@pcwick: yep, that worked for me as well!
Comment #11
drewish commentedThis patch closes the two, incomplete blocks in upload_image_form_alter().
Comment #12
killes@www.drop.org commentedthanks, applied.
Comment #13
drewish commentedhere's a .install file
Comment #14
drewish commentedkilles added that .install file and gave me CVS access. i've updated a chunk of the module to work with 4.7. it still takes an extra update to convert the files into image nodes.
Comment #15
drewish commentedEverything should be working now. Please re-open the issue if that's not the case.
Comment #16
(not verified) commented