Thankyou for a really nice module!
I have a multiple filefield that I wan't to be grouped in a childnode (i have group images selected). This is what I get:
<item>
<image>
http://www.domain.com/sites/default/files/image.jpg?1290676867
</image>
<image>
http://www.domain.com/sites/default/files/image2.jpg?1290676867
</image>
<title>The Title</title>
<maintext>
<p>Maintext.</p>
</maintext>
</item>
And this is what I'm trying to get:
<item>
<images>
<image>
http://www.domain.com/sites/default/files/image.jpg?1290676867
</image>
<image>
http://www.domain.com/sites/default/files/image2.jpg?1290676867
</image>
</images>
<title>The Title</title>
<maintext>
<p>Maintext.</p>
</maintext>
</item>
Best regard /Mats
(and if someone knows how to get rid of ?1290676867 please let me know..;)
Comments
Comment #1
allisterbeharry commentedHi Mats, sorry for the delay in responding This is something that's going to be in the next release - the ability to specify child element labels for multiple-valued field. Right now the only option is to use a custom View theme but it shouldn't be necessary for something as simple as this. I'll commit the additions as soon as I can.
Comment #2
fletch11 commentedthanks - this would be really useful
Comment #3
kenorb commentedComment #4
anthonylindsay commentedClosing as D6 isn't supported and this issue has had no activity.