When I add new Feed I assign taxonomy for both Feed and Feed Item but taxonomy is not assigned to Feed items.
--
Sharique

Comments

Ashraf Amayreh’s picture

Assigned: Unassigned » Ashraf Amayreh
Status: Active » Postponed (maintainer needs more info)

I've tested the module and the terms were indeed applied to the feed items without problems.

What feed types exhibit this problem? RSS, RDF or ATOM?

Do you get any error messages in your drupal log files after cron runs?

Try to create another feed or to aggregate from other types to see if this problem is exclusive to one over the other.

Basically, please provide any relevant information you can such as PHP, mysql & apache versions.

sharique’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

It is rss feed, the reason of error is the feed items get texonomy from new vocablery with name "rss feed catagory". I want feed items to use same vocablery as feed.

Ashraf Amayreh’s picture

Ahh... you're doing this wrong. Create a new vocabulary, enable it for "feed item", add the desired terms under it.

Edit the feed you'd like to apply the taxonomy to all its generated items. You'll find your new vocabulary listed. Choose the terms you want and they should apply to all generated items.

You need to distinguish between the vocabularies your feed is under (RSS20, RDF10, ATOM10) and the taxonomies your feed items are under.