mix together cck imageField and videoField in one ordered list
- by Patrick
hi,
I'm using imageField and videoField into each node of my website and I'm using multiple files option, so that I have 2 ordered lists.
This works great, however I would like to have only 1 ordered list instead of 2, so that my customer can arrange video and images in the same list and ordered them
i.e.
video1
image1
video2
video3
image2
...
etc
thanks