Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Based on the core aggregator module, makes it possible to "promote" hand-picked items to nodes of the admin's choosing. There are numerous fine node based aggregator modules.
This module is meant to work with FeedAPI, FeedAPI Node and Feed Element Mapper to give more control over what happens with incoming taxonomy terms.
Example Use.
Vocabulary of 'Categories' feeds the a piece of the primary links using taxonomy_menu. When a feed-item comes in the options->tags element is mapped to the 'Tags' vocabularies using Feed Element Mapper. If the term is found then I remove it from the association from the 'Tags' vocabulary and add the association to the 'Categories' vocabulary. Now the new items are automatically in the correct place for views.
The feed owner (or other person) would then come match the new tags to an existing category. If they wish to add a new category then they fill out a request form and the site administrator can create the term and move the nodes accordingly.
Suggested Workflow
1. Feed is refreshed
2. New node is created using the taxonomy setting from Feed Element Mapper. If using FeedAPI Node Inherit, this is applied here also.
3. All mapped and inherited terms are run through this module.
4. Matched terms are added to more defined categoreis.
5. Unmachted terms are placed in a general vocabulary where the feed administrator can add them to specifc categories later.
REQUIREMENTS
FeedAPI
Taxonomy
FeedAPI Node
Feed Element Mapper (to match the incoming vocabularies.)
View the development Blog Here