Closed (fixed)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2010 at 05:49 UTC
Updated:
1 Jul 2010 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchImageField is not responsible for creating tables anywhere. This is probably being output by Views and you should be able to configure the number of columns by editing the view.
Comment #2
jrosen commentedSo, I understand that Views or Drupal .tpl files are responsible for outputting the images after they are uploaded when displayed in an already saved node (or node preview)...
But, doesn't ImageField create it's own user interface for uploading the images? If not, what component creates the HTML user interface for actually uploading the image files?
I attached a screenshot portion showing the UI I am referring to.
Below is an HTML snippet of the HTML UI attached:
Comment #3
quicksketchAh, okay the uploading UI is provided by ImageField and FileField. The rows for multiple values are actually created by CCK, since all multiple value fields are handled in the same way. You might be able to make it into a grid, but I think I'd take quite a bit of work and you'd no longer be able to order the images, since the drag and drop handles only work with complete vertical rows.
Comment #4
quicksketchI'm going to mark this fixed as it's not an ImageField-specific question.