Active
Project:
Gallery Assist
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2009 at 20:19 UTC
Updated:
20 Nov 2009 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
RGA commentedI have found patch to node_images module
http://drupal.org/node/567430
I think it is possible to do something like this to upgrade gallery_assist
unfortunately I am not PHP programmer (yet)
I well try to do it )))
But if someone with skill decide to make it quickly and better then I, it will be great.
Comment #2
jcmc commentedhello RGA,
why you cray so??????
wehn you read in the source of gallery_assist you find the functions to imports multiples. it is "currently" not implemented. I have my reasons.
I wrote this here only to your information and to calm your desperation. (not being angry)
is realy so, you have the solution every time when you download gallery_assist but it is setup to off.
search in your code and you will find this >>// Import ahah callback.<< or this >>'page callback' => 'gallery_assist_import_js'<<
Regards
Juan Carlos
Comment #3
jcmc commentedHello RGA,
here is the version to test.
http://github.com/jcmc/gallery_assist_upport/downloads
regards
Juan Carlos
Comment #4
RGA commentedHello Juan Carlos!!
It Works!! )))
Thank you very match!!!
I found one mistake.
If files in archive with cyrillic symbols then module imports only one image.
But so many times as many files in archive.
In result i have gallery with many same images.
It is not a problem. Normally filenames is like IMG_1223.JPG and everything works fine.
Thank you again !!!
Comment #5
jcmc commentedVery good RGA and thanks for the help!!!
now I will try to combine this with the transliterarion module and need in the future (ofcorse only for the first time) your review and report or it work and acept cyrillic etc.
It will be only a attempt but when it work, better.
I have a question:
when the files names are cyrillic -> what is cyrillic? the file name or only the prefix???
I can't test it here.
Regards
Juan Carlos
Comment #6
RGA commentedOK
When ZIP file has cyrillic name everything fine.
When i change name of image file inside of ZIP from IMG_234.JPG to .JPG - begins problem.
In attached file - what i see after update
Cyrillic symbols change to many symbols ���
Comment #7
jcmc commentedThanks RGA,
You will hear from me.
Regards
Juan Carlos
Comment #8
izarco commentedHi, i can't upload a zip file. What can i do?
Comment #9
RGA commentedHello!!
If file extension is in uppercase ZIP
It does not work.
And yet another problem.
I moved site from my server to hoster and zip upload does not work there.
It talk "HTTP error 0 \n/gallery_assist_upload/js"
I think hoster has no some php-extension
Probably zip.so becose their phpMyAdmin does not support sql import from zip files, only from tar.gz
Will gallery_assist_upport support gnuzip?
Comment #10
pvasili commentedI think that the best solution for multiloading is to use a modified module Image Fupload (http://drupal.org/project/image_fupload)