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

allisterbeharry’s picture

Hi 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.

fletch11’s picture

thanks - this would be really useful

kenorb’s picture

Assigned: matsjacobsson » Unassigned
Issue summary: View changes
anthonylindsay’s picture

Status: Active » Closed (outdated)

Closing as D6 isn't supported and this issue has had no activity.