Posted by kuwamura on April 6, 2010 at 3:26am
drupal-6.16 を使っています。フォーラムのトピックをRSSのエントリに加える方法を教えてください。
http://サイトのルート/rss.xml で戻ってくる内容に、ブログエントリーは入っているのですが、フォーラムトピックは含まれません。
インタネット検索でいくつか情報をあたってみたのですが、
http://drupal.org/node/201118
http://robguyy.wordpress.com/2009/09/07/forum-topics-dont-show-in-drupal/
結局よくわかりませんでした。

Comments
By default, /rss.xml will
By default, /rss.xml will only show content which has its "Promoted to front page" check box checked (the same content which appears at /node, or on the front page of your site if you haven't changed it from the default). If you want these to appear in the standard RSS feed, you need to either configure the "Forum topic" content type to post to the front page by default (Administer > Content management > Content types, "edit" the "Forum topic" type, open "Workflow settings," and check the "Promoted to front page" check box), or use Views to create a view which includes forum topics (and any other content you wish) and outputs an RSS feed ask your visitors to subscribe to that feed instead.
Oh, Christ… now I have to try to translate this… uh…
rss.xmlはフォロントページのコンテンツだけが含みます。http://サイトのルート/nodeに色々コンテンツがあるなら、http://サイトのルート/rss.xmlもあります。フォーラムトピックのコンテンツタイプの「Promoted to front page」(ごめん、和訳が知らない)のチェックボックスをチェックするのが出来たり、新しいViewのRSSフィードを作るのができます。
下手な日本語にごめんなさい。。。はずかしい。。。
The Boise Drupal Guy!
RSSに掲載できました。ありがとうございます、
Garrett さん
分かり易い説明で助かりました。
It's easy to understand.
Thanks,
J.kuwamura