Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
RSS XML Feeds
Are there RSS/XML feeds generated for discussions and categories for Vanilla 2?
0
Comments
So, if there's a way to accomplish that I'm all ears.
As for getting an RSS feed of the Announcements only, that is quite simple to do with a plugin.
1) Add a method _create hook to the Discussions controller. Call it Announcements.
2) In this method, simulate the Index() method in general, but make sure the query selects only Announcements
3) Access your shiny new RSS feed via: http://www.yourforum.com/rss/discussions/announcements
Vanilla Forums COO [GitHub, Twitter, About.me]
@Tim I'm a PHP newb - could you code this plugin up for $50?
I haven't done much testing as this was done while I was sitting at my kitchen table Let me know if anything is broken (which is very possible as I built this against my current working copy of Vanilla2 RC).
Good luck
Vanilla Forums COO [GitHub, Twitter, About.me]
I installed the plugin and am getting this error:
Fatal error: Class 'Gdn_Plugin' not found in /Garden/plugins/AnnouncementRss/class.announcementrss.plugin.php on line 26
I upgraded to the latest version of Vanilla on Git, but am still getting that error. Any ideas? Thanks!
Drew
We added something to the plugin framework which isn't live yet. I've updated the addon now and it should be compatible with the older style. Let me know.
Vanilla Forums COO [GitHub, Twitter, About.me]
Fatal error: Class 'DiscussionModel' not found in /Garden/plugins/AnnouncementRss/class.announcementrss.plugin.php on line 37
Vanilla Forums COO [GitHub, Twitter, About.me]