CCK Node Reference and other fields in KML Feed
Webster619 - January 3, 2009 - 20:38
| Project: | KML module |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I created a kml feed of all my nodes. It worked really well. I even got the body of the nodes into the feed.
However, I have some node reference fields that would also be nice to have in there, but it doesn't appear to work. Any ideas.
This is a good feature to have for uploading to Google Maps.
Thanks,

#1
You could do this a couple of ways already, either by overriding (see howto) the theme function (theme_kml_placemark_description) or by installing Content Template module and customising how the teaser is built.
It might be nice to add some customisation functionality into the KML module itself, but I think the two methods above would give much more flexibility to site developers.
Let me know how you get on, and we can update this issue accordingly.
#2
Changing the title to reflect that this actually affects all CCK fields (and any other fields or metadata, for that matter).
#3
I'll give the contemplate method a try since I'm not a programmer.
Thanks for the tip.