Check out the SMF Function DB!
http://forum.zenigata.it/index.php?action=.xml;limit=20;type=rss2The action above displays the 20 most recent posts. Is there a way to display the 20 most recent topics?
I think the RSS output is only avaible for version 1.1 right?
Well it wont work on the Thundserbird RSS, it says its not a valid url, any tips?
Not =rss or =rss2 works, it saysIts not a valid RSS channel.Funny but if you go to the =.xml only page it shows a RSS page on the browser, but even that is not accepted. I use Spanish lenguage both for the forum and Thunderbird but i dont think that has something to do with it.
index.php?board=3.0;sa=news;type=rss2;action=.xml
// If RSS/XML news is enabled, indicate that an RSS feed is available if (!empty($modSettings['xmlnews_enable'])) { echo ' <link rel="alternate" type="application/rss+xml" title="Most Recent Posts" href="', $scripturl, '?type=rss;action=.xml;limit=20" /> <link rel="alternate" type="application/rss+xml" title="News" href="', $scripturl, '?type=rss;action=.xml;sa=news" />'; // If we're in a board or topic, indicate extra RSS feeds for that board. if (!empty($context['current_board'])) echo ' <link rel="alternate" type="application/rss+xml" title="This Board Most Recent Posts" href="', $scripturl, '?type=rss;action=.xml;sa=recent;board=', $context['current_board'], ';limit=20" /> <link rel="alternate" type="application/rss+xml" title="This Board News" href="', $scripturl, '?type=rss;action=.xml;sa=news;board=', $context['current_board'], '" />'; }
I actually want the most recently updated topics, not the posts themselves. I guess I could do that by ignoring duplicate topics. That is I actually got a response from the server for the appropriate board.
Google now supports rss in the google personilized homepage. http://www.google.com/igBut I cannot make http://www.simplemachines.org/community/index.php?action=.xml;type=rss2 work there.How come?