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?
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
Comment #1
ola90@drupal.ru commentedEdit: 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?
Comment #2
alex_b commentedthere 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.
Comment #3
ola90@drupal.ru commentedThank you! I was just being stupid. Great module!
Comment #4
alex_b commentedcool.