so I have a feed and feed-item content type. I have a Views to list the content as well.

I want a 2.feed and I don't want to mix it with the nodes from 1.feed. so I create another feed content type and another feed-item content type as well.

problem is when I do with the feed-item 2 which I created, I get only title of the aggregated content.

so what to do ?

Comments

megachriz’s picture

Issue summary: View changes
Status: Active » Fixed

Currently, a feed content type can only be attached to one content type (if you want this differently, see #1127696: Attach multiple importers to one content type (in D7)). So you did it right by creating two feed content types, one for each importer. Two feed item content types is a good idea in case you use the node title as unique target.

If the feed items of your second importer only get titles imported, I suggest to look at your mapping configuration. You could also check what your source looks like with the Feeds import preview module.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.