What am I doing wrong here?
| Project: | FeedAPI |
| Version: | 6.x-1.9-beta2 |
| Component: | Code feedapi (core module) |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I'm probably overlooking something incredibly simple here, but i tend to over think the simple stuff.
Anywho, I'm trying out a bunch of modules that do rss and aggregation and really like what i'm seein in FeedAPI. I'm trying to simulate what drigg does without actually using drigg, and minus the voting part that drigg does.
What i'm trying to simulate: When feeds come in, I want them to go to different pages like /content/sports or /content/news depending on the feed or term. Drigg does this automatically, but i cant seem to find out how to do this with FeedAPI. The way it works right now is when i create a feed, the category goes to /node/22 for example, then you have to click on "feed items" to get to the actual feed. When feeds come in i want them to go to their respected pages depending on what its about.
Do i need to figure out how to build a view for this? Any how do i avoid duplicate content?
And is this the "how to" on how to do what im asking for?
http://www.drupalove.com/drupal-video/creating-drupal-page-view-taxonomy
Thanks!
Jim

#1
"What i'm trying to simulate: When feeds come in, I want them to go to different pages like /content/sports or /content/news depending on the feed or term"
First, about the nice URL: http://drupal.org/handbook/modules/pathauto
Second: you need to specify the terms manually or inherit the terms from the parent feed.
Alternatively you can try out opencalais as well.