Active
Project:
Leech
Version:
5.x-1.9
Component:
leech
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2007 at 01:31 UTC
Updated:
16 Oct 2007 at 15:19 UTC
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
Comment #1
alex_b commentedUse 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.