by PedroR » Mon Dec 21, 2009 12:45 pm
by PedroR
Mon Dec 21, 2009 12:45 pm
Hi
It was me who made this change but I did not notice the forum was advertising this URL for the RSS by default.
Thank you for pointing that out.
Previously using t=1 made the RSS display the top level threads ONLY (not replies).
However I changed the meaning of the parameter so that "t" is now used to select a thread ID: t=[threadID] lets you subscribe a specific thread via RSS.
The old behavior of t=1 can now be achieved by using
http://robosavvy.com/forum/rss.php?topicsOnly=1
Here is a summary of all options available:
?topicsOnly=1 - will only display the top Level threads (no replies). If this is not specified, both new Topics and Replies to existing topics are shown.
?t=[threadID] - will display the thread and the replies in the specified thread id. if not specified, all threads are shown.
?f=[forumID] - will subscribe a specific forum. If this is not specified posts in all forums are shown.
?c=[numberOfPosts] - will only return the latest [numberOfPosts]. Defaults to 30 and the maximum is 200.
Some examples:
1) Subscribing to a Thread:
http://robosavvy.com/forum/rss.php?t=1341
(this example subscribes to the HaViMo Vision Module thread).
2) The above parameters can be combined with each other (for example
?f=15&topicsOnly=1 will only display new topics for the Robobuilder forum).
Regards
Pedro.
Hi
It was me who made this change but I did not notice the forum was advertising this URL for the RSS by default.
Thank you for pointing that out.
Previously using t=1 made the RSS display the top level threads ONLY (not replies).
However I changed the meaning of the parameter so that "t" is now used to select a thread ID: t=[threadID] lets you subscribe a specific thread via RSS.
The old behavior of t=1 can now be achieved by using
http://robosavvy.com/forum/rss.php?topicsOnly=1
Here is a summary of all options available:
?topicsOnly=1 - will only display the top Level threads (no replies). If this is not specified, both new Topics and Replies to existing topics are shown.
?t=[threadID] - will display the thread and the replies in the specified thread id. if not specified, all threads are shown.
?f=[forumID] - will subscribe a specific forum. If this is not specified posts in all forums are shown.
?c=[numberOfPosts] - will only return the latest [numberOfPosts]. Defaults to 30 and the maximum is 200.
Some examples:
1) Subscribing to a Thread:
http://robosavvy.com/forum/rss.php?t=1341
(this example subscribes to the HaViMo Vision Module thread).
2) The above parameters can be combined with each other (for example
?f=15&topicsOnly=1 will only display new topics for the Robobuilder forum).
Regards
Pedro.
Last edited by PedroR on Tue Dec 22, 2009 1:06 pm, edited 1 time in total.