0
votes

New to Drupal and want to do the following: Display a list of the publications of a particular author from an RSS feed on a page for each author. I have a Wordpress site where I do this (Simple Pie Rss Reader) but cannot find exactly what I am looking for in Drupal.

The feeds module is powerful and useful for importing entries of an RSS feed as nodes, but this is much more than I need -- I do not what to create new nodes, etc. All I want to do is display a list of data from the feed.

Each author has his or her own feed. I would like the list of publications from the feed be in a field of the author content type. Could someone point me toward an appropriate Drupal module or provide some beginner advice as to what the best-practices for implementing this would be?

3

3 Answers

0
votes

You should be able to create conditional RSS Feeds using the Views module. http://drupal.org/project/views

To a begineer with this module it may be difficult to achieve.

0
votes

I ended up using the custom formatters module to accomplish this -- just a little php code to display the RSS feed that is entered as a field in the user's profile.

Link: http://drupal.org/project/custom_formatters

0
votes

you can always use the Views Field View to to embed a view as a field in a view. https://drupal.org/project/views_field_view