Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FeedThis
FeedThis
0
Comments
I'm having a few strange problems with the default install. My "All Discussion Feeds" link serves up feeds in reverse chronological order, beginning with the first post ever on my forum in 2006. Also, when I subscribe to a specific "Discussion Feed" I seem to be getting feeds from various discussions, not limited only to the discussion for which I'm subscribing. Any ideas why this could be happening? I've uninstalled and reinstalled several times.
I have a reasonably large forum that has been running for about two years now. The extension is currently running on the forum at http://www.micsem.org/forum/. Any suggestions would be most appreciated.
Thanks in advance for your help.
Drop me an e-mail and perhaps you could test the code before I release it to make sure the bug is fixed.
$ft_conf[ 'EXIT_AFTER_FEED' ] = true;
the browser returned an XML parser error like thiswhich disappeared turning it to false.
anyway, great addon!
thanks!
btw, I can add my feeds to google reader.
[edit] however the feed is not being updated when I post new comments i don't know much about rss syndication, but does it have any refresh rate or whatever?
thanks
[edit2] the new comment arrived to the rss reader few minutes later.
[edit 3] the update manager points out that there is an error with the version number (v 1.00 in the add-ons site, v 1.0.0 in the extension's default.php)
"Also, when I subscribe to a specific "Discussion Feed" I seem to be getting feeds from various discussions"
This could be something to do with the URLs being built wrong or even the order making it seem that way. But the other thing it could be - is I've just been trying this in Google Reader and it doesn't seem to want to take the overly long and complex urls. I think GR expects more /myrssfeed.xml or something. If you're only running one RSS Feed, you can easily do this with a PHP include and forcing the .xml file to be pre-processed.
Anyways - I've tested this on my sites and seems to be ok - let me know if it fixes everything.
I think it is a SEO bug, because it create duplicate content with my original URL to post
http://mysite.com/discussion/123/some-topic-title/
Google index both of them.
Is there any chance to have full URLs with titles in feeds (http://mysite.com/discussion/123/some-topic-title/) ?
I was trying all feeds extensions, but all of them display similar URLs.