from the readme.txt file . . .

You do not have to use "story" or "page" you can use other node types like CCK
if you wish.

I created two CCK node types:
leech_story (for the template-per the instructions) with a title and one field (text) <-not published and clicked the template tab after saving.
leech_page (for the leech feed display) with a title and one field (text) and "leech enabled" it.

The input type for both text fields in both CCK node types are "full html".

????? Q U E S T I O N ?????

What are the minimum field requirements?
Does this really work with cck or just in theory?

I hope I am not missing something here. I created the cck types with their corrosponding type (page, story) so as not to confuse the issue.

Any insite would be helpful.

Thanks,

t4him

Comments

t4him’s picture

my post got clipped . . . by using the less than sign

here is the entire thing again.

from the readme.txt file . . .

You do not have to use "story" or "page" you can use other node types like CCK
if you wish.

I created two CCK node types:
leech_story (for the template-per the instructions) with a title and one field (text) - not published - and clicked the template tab after saving.
leech_page (for the leech feed display) with a title and one field (text) and "leech enabled" it.

The input type for both text fields in both CCK node types are "full html".

????? Q U E S T I O N ?????

What are the minimum field requirements?
Does this really work with cck or just in theory?

I hope I am not missing something here. I created the cck types with their corrosponding type (page, story) so as not to confuse the issue.

Any insite would be helpful.

Thanks,

t4him

alex_b’s picture

hi t4him,

CCK as leech nodes is not yet tested. In our production sites, we use plain node types (page and story) as feed and feed item type. CCK nodes don't have a $node->body, where leech stores the body of an aggregated feed item. You should be able to use the saving PHP code textarea on node/[leech-feed-item-template-nid]/template for copying the content on $node->body to whatever the variable name for the body of the CCK code is.

If you are making any progress on this, please post to this thread.

alex

alex_b’s picture

Status: Active » Closed (fixed)

this is a duplicate thread, please move over to: http://drupal.org/node/101323