'Popular' date filter

Technical Support
  • Is there a way to be able to filter topics on a category page by:

    • day
    • week
    • month

    The functionality that exists on the 'popular' page in NodeBB has the functionality I need, but adding ?term=daily into the URL doesn't update the category page listings.

  • I re-wrote the category controller (src > controllers > category.js) to handle passing ?term=x query through and only getting the relevant topics.


Suggested Topics