When the Image FUpload for Gallery Assist module is active, there is no need for the 6 upload fields provided by the main module. They are even messing up the interface when dealing with lots of images. IMO it would be better to hide these fields at all whenever the upload helper module is active.

CommentFileSizeAuthor
#1 gallery_assist-BACKUP-01.03.2020-2.tar_.gz205.89 KBjcmc

Comments

jcmc’s picture

StatusFileSize
new205.89 KB

Oh roball this was to bedinn my intention but the comunication with the swf uploader is very stronge.
For example you see the counter dont work properly. you can change the line. Open the gallery_assist_4cviewer.module and search for the string

    drupal_json(array('status' => FALSE, 'data' => 'Complete. '. $output));

and give the status a TRUE

    drupal_json(array('status' => TRUE, 'data' => 'Complete. '. $output));

then I can't nothing doing to stop the loop.

However roball in the next release I am working currently you can go to the configuration of Gallery Assist Extras and set the "Amount of uploads fields" to 0. Think what I not recomended but you can.

Maybe you can make a little test. I sent you the files. Of course only If you can and want.

Regards
Juan Carlos

roball’s picture

Thanks a lot - the new feature "Amount of uploads fields" at admin/settings/gallery_assist in the "Others" fieldset is working fine for me (I've set the value to 0).

roball’s picture

The only real problem I have seen in the new test version is that the "Gallery: Add and edit gallery items (N)" table at node/edit now contains sortable headers "sort by X", "sort by Image" and "sort by Image info" - which of course should not be sortable. The weight columns is missing at all.

jcmc’s picture

About sorteable in the edit form:
I did not want to make it sorteable, sorry. In this version some features are only in the test fase and I am not finish. The dragable functionality format the weight column with display none also it is not necesary to add a sorteable feature.

I will not implement this.