Active
Project:
FeedAPI Field Inherit
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2009 at 07:37 UTC
Updated:
10 Jul 2009 at 22:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
ademarco commentedYou have to edit the feed node and specify, in the "Inherit Fields" fieldset, which fields you wish to be inherited. In the example I've attached: I want all my feed items to inherit "City" and "Page" field values from the feed node.
Comment #2
weseze commentedOK, I didn't know you could reuse CCK fields in other content types by creating an existing field...
Comment #3
socialnicheguru commentedso you have to add the cck fields to the feed node (node that creates the feeds), set its value.
Then goto the same feed node and under feed inherit, check the fields that you would want.
If that is the case, i could copy my content type, make a feed node from it, put in default terms, and use this module to have all new feed nodes inherit the defaults.
is this the case?
Thanks,
Chris
Comment #4
socialnicheguru commentedI thought this was just me not understanding the module, but now I think it is not working.
1Create a node type, my_node
2. add a content type, field_my_contenttype
3. add a cck field, field_my_cck
4. create a feed type, my_feed
5. add a content type from my_node, field_my_contenttype
6. add a cck field from my_node, field_my_cck
7. goto feed item created by my_feed
8. view feedapi field inherit drop down
9 it is EMPTY. there should be field_my_cck and field_my_contenttype there.
Am I missing something?
thanks,
Chris