Login  Register

Re: is there a way to sort the forum app

Posted by Hugo <Nabble> on Feb 25, 2011; 4:28am
URL: https://support.nabble.com/is-there-a-way-to-sort-the-forum-app-tp5994719p6063400.html

Hi shane, here is the URL to get topics by popularity (ATOM feeds):
http://forums.landertalk.com/template/NamlServlet.jtp?macro=atom_topics_by_popularity&node=1778248&from_date=20100101&to_date=20110201

Parameters:
node = ID of the app (in the example above, the code considers all topics in the parent forum and all sub-forums)
from_date = start date filter, format is YYYYMMDD
to_date = end date filter, format is YYYYMMDD

Please let me know if you need help with anything else.