Posted by andrew7 on October 3, 2007 at 1:31am
Jump to:
| Project: | Leech |
| Version: | 5.x-1.9 |
| Component: | leech |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#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.