Show images in File Upload / edit field page
For an image-heavy project I need uploaded images to show up in UI backend (edit fields/file upload). I managed to put to use a display helper only in the columns view. Is there any way of using a similar approach within the edit area?
Additionally: Is there a technique to have the uploaded image sortable? Like the drag and drop extension of the manage column view?
5 Answers
I have the same issue (need to be able to order pictures after uploading them using a file field). Did you ever find a solution to this?
bump I could leave the thumbnail issue aside by now, but post-ordering of file uploads is still very important for my project. Any chance of help?
Im pretty sure Scott is working on edit screen support for the upcoming Pods UI 0.7.0 which to my understanding will allow this type of control.
Not sure about the drag and drop question, but this is probably already possible by including an column to define the order in the pod. Drag and drop would then be integrated using jQuery via a helper. If you provide more details of your structure then I'm sure one of the experts will be able to advise.
Thank you Rhys! For the sorting or "drag-and-drop" question: The user should be able to reorder his - let's say - thirty pictures he uploaded. I do not quite understand, where i could enhance the regular file-uploader with an additional column for post sorting those pictures? Could you elaborate on this a little
I would really like to be able to sort uploads after uploading as well. Has anyone tried this and had any success?
