Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2007 at 13:54 UTC
Updated:
22 Aug 2008 at 07:15 UTC
I have created a content type named "feed news". All the feed items will be of feed types.
What I want is to assign taxonomy term for "feed news" at the time of adding feed.
I using "Common syndication parser".
--
Sharique
Comments
Comment #1
alex_b commentedYou can add taxonomy to feed content type the same way as you add taxonomy to any other content type. If you would like to pass taxonomy information from feeds to feed items, use feedapi_inherit.
I close this issue. I hope I could answer your question. If not, feel free to open the issue again.
Comment #2
sharique commentedI want to assign taxonomy to feed items not feed. And I want my assigned taxonomy to be applied to feed items not from the source.
Comment #3
alex_b commentedIf you use feedapi_item module and set up a feed to create nodes from feed items, you can enable any vocabulary for your feed item nodes in the normal Drupal-way.
Comment #4
sharique commentedI have enable that but it doesn't applied to feed items. U should have look at aggregation module, how it let assign taxonomy to feed items at the time of creating feed.
I have found a bug. I have assigned "new item", new cck for feed item. But it doesn't take it as cck for feed items, instead it post feed items as story. I have checked it twice.
---
Sharique
Comment #5
summit commentedHi,
I to have this working with the aggregation module: http://drupal.org/node/186014#comment-329180
And I really like the way this is implemented. On feed level, you can specify which taxonomy terms should be used on the feed-items.
The feed itself is only the container of technical information which mostly doesn't need to be shown to your audience..
The feed-items with the information are nicely shown with the attached tags according to the taxonomy terms.
Greetings,
Martijn
Comment #6
alex_b commentedHow does this functionality work differently from feedapi_inherit? feedapi_inherit passes on all taxonomy terms from feed nodes to feed item nodes.
What feedapi can't do at the moment is specify which vocabulary or which terms should be passed on to feed item nodes. Is it this what I am missing here?
Alex
Comment #7
sharique commentedyes.
Aggregation module allows u to assign terms for feed items at the time of creating feed.
Comment #8
alex_b commentedI did a screencast that explains how to automatically pass on taxonomy from feed to feed-items:
http://www.screencast.com/users/alex_b/folders/Jing/media/1f7e2581-acd4-...
(btw: never mind the Site title "FeedAPI - aggregate categories" in the screencast)
Comment #9
toddc commentedGreat advice. I would not have guessed that changing the weight of the FeedAPI Inherit setting w/o the video.
Thank you for posting.
Comment #10
alex_b commentedThere is a new version of feedapi_inherit coming down the pipe which will not require special weighing.
Comment #11
aron novakfeedapi_inherit uses nodeapi now.