Feeds with photos/Enclosures
keysar7 - October 3, 2007 - 01:31
| Project: | Leech |
| Version: | 5.x-1.9 |
| Component: | leech |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
How can I use the photos in feeds?
Ideally, I want them to become part of the CCK nodes that I'm creating.
Thanks,
Keysar.

#1
Use node_template functionality. Add code into the node_template save textarea that downloads an enclosure and stores a link to the downloaded resource into a CCK field. You could do sth similar using nodeapi.
Unfortunately there is no existing code that does that for you.