Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to recognize when the hook is fire in the pages, because for some pages in my plugin I need to do something.
plugins.fireHook('filter:topics.get', {topics: topics, uid: uid}, next);
is there some method that I can use to do this?
You can use the filter:<templateName>.build hooks. For the category page it would be filter:category.build, for a topic page it would be filter:topic.build and so on.
filter:<templateName>.build
filter:category.build
filter:topic.build