Closed (works as designed)
Project:
FileField Sources Plupload
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Apr 2012 at 15:16 UTC
Updated:
2 May 2012 at 13:41 UTC
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
Comment #1
atlea commentedI 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