Prevent specific category from showing in 'recent'
-
Scenario: Adding a feed to show in it's own category where (category = {place whatever here})
Final outcome: category = {place whatever here} does not show in recent, as recent is the default landing page, and specific feed does not need to be there.
Thoughts?
-
Wouldn't that filter the topics from everywhere, including the category page itself?
-
It's only reading from a sortedSet for recent.
A
filter:topics.updateRecent
should work I think, to filter it out based on the cid of the topic. -
@pichalite Right, it only prevents new posts/topics from going to the Recent page.
Copyright © 2024 NodeBB | Contributors