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.
/feed.rss not pulling the latest poster
minagirgis1
New
Hey Guys,
So I am using feed.rss to create parse the latest set of discussions but i can only parse the creator user and not the one with the most recent comment. What can i do to change that.
thank in advance for any comments.
0
Answers
is this some kind of plugin or app you have written. obviously you can only parse the information you receive. So are you looking to modify the backend or the front-end.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
no. I am following this: http://vanillaforums.com/discussion/2946/how-can-i-get-an-rss-feed-of-new-discussions
http://vanillaforums.org/categories/questions/feed.rss
what you would probably need to do is extract the discussion id and retrieve via
http://vanillaforums.org/discussion.json?DiscussionID=25921
or use the magpie plugin and modify it show body or message,
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.