Filtering topics in category based on topic's tags
-
Github issue NodeBB/NodeBB#3762
-
@agarcia17 As the GitHub issue mentioned, there's currently no way to do this. Without the use of a plugin
-
I'm quite not a developer, perhabs one of the guys from @3rd-Party-Developers can help you out
-
If I were you, I would do this in core. You will need to add functions to get topics filtered by tag, add the necessary elements in the core themes, add socket endpoints for the filtering, and add the necessary client side code to make all it work.
It will still be easier than writing it as a plugin.
-
Cool, yeah I think this belongs in core as well
-
@agarcia17 I guess I'll have to do it, then -_-
-
@agarcia17 not yet.
-
@agarcia17 I've done some work, I've made a method to get the topics by tag. I now need to implement everything everywhere else.