When i try to map feed items to fields I see no fields in the dropdowns next to items. I'm using the default "Feed" node type provided by FeedAPI. Am I doing something wrong?

Comments

ola90@drupal.ru’s picture

Edit: clarifying my request.
I have installed this module and FeedAPI on a fresh Drupal 5.7 installation.
Then I created a feed and checked that items had been imported into the basic Story type nodes.
But when I try to map feed items to fields I see no fields in the dropdowns next to items and in the "Description of available mappers" field.
All the .inc files for the basic field types are present in the module directory.
What could be wrong?

alex_b’s picture

there are mappers for taxonomy and cck text and numeric fields. there is also a mapper for cck links field. you need to activate taxonomy or a CCK field for feed item nodes so that mappers show up.

ola90@drupal.ru’s picture

Thank you! I was just being stupid. Great module!

alex_b’s picture

Status: Active » Closed (fixed)

cool.