Each of my forums has it's individual feed, and that's a really nice to have, but what i really need is a full feed for every forum on my site? is that possible to set up?

as an example, notice that these forums do not have a 'global feed':
http://drupal.org/forum

but individual forums do:
http://drupal.org/forum/8

thank you.

Comments

jody lynn’s picture

Use the views module to create a view which contains all posts of type forum. Follow these instructions http://drupal.org/node/83597 to create an rss feed for your new view.

--Zivtech--