First of all ...
THANK YOU SO MUCH FOR THIS MODULE !!!

I have been waiting so long for a "image mass upload functionality" in drupal, and here it finally is ;)

It is working great on my website.

There is one functionality I am still missing:
I often add additional images to a node that already has some images. At the moment, the new images are added behind ("under") the existing images.
Because I would like to have new images at the top ("beginning"), I manually have to move the new ones up.

If technically possible - a option to add to new images uploaded by the FileField Sources Plupload module to the top would be absolutely great;)

Comments

atlea’s picture

Assigned: Unassigned » atlea
Status: Active » Closed (works as designed)

I think I will skip to the default handling of file orders, as I can only control one part of the process.

My suggestion would be to manipulate the order the images are displayed rather than on the field widget. I'm not sure how you are displaying the images right now, but you could do this in a preprocess or theme function, or even in a tpl. Or you could do it using a view, perhaps by embedding it as a field using the EVA-module? By using Views and EVA, this would be all config and no coding... Take a look at http://drupal.org/project/eva

Regards,

Atle