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

alex_b’s picture

Status: Active » Closed (fixed)

You 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.

sharique’s picture

Status: Closed (fixed) » Active

I 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.

alex_b’s picture

If 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.

sharique’s picture

I 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

summit’s picture

Hi,

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

alex_b’s picture

How 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

sharique’s picture

yes.

Aggregation module allows u to assign terms for feed items at the time of creating feed.

alex_b’s picture

I 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)

toddc’s picture

Great advice. I would not have guessed that changing the weight of the FeedAPI Inherit setting w/o the video.
Thank you for posting.

alex_b’s picture

Category: feature » support

There is a new version of feedapi_inherit coming down the pipe which will not require special weighing.

aron novak’s picture

Status: Active » Closed (fixed)

feedapi_inherit uses nodeapi now.