Drupal Tutorials > Other Useful > Giving out custom RSS from your Drupal Site

Giving out custom RSS from your Drupal Site

categories: Other Useful, Views
for Drupal: D5
0

Recently I ran into a problem where by I had to give out RSS of the Forum only from a DRUPAL 5 site, as the website was forum centered but it had blogs also. So when I first used the default rss.xml like (http://somesite.com/rss.xml) it gave out all the update not only the updated of the Forum that I wanted. I even tried another RSS source http://somesite.com/forum/rss.xml but it also had the same output. So problem is: giving out RSS of Forum only, how to do that?

Then I was suggested to use the views module, I said to myself views how will it do that? But I was not using the "Arguments" part of views there was the trick. Read the steps below if you want to do it yourself as well:

-- It is possible in Drupal 6 as well but views 2 has a different interface :).

(Giving out custom RSS from your Drupal Site >>)

ingridients (modules): views

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
233 Drupal Tutorials and counting!