Need to hook to /api/user/username/topics .build
-
Hi
I'd like to add some extra information to the user information on this page. Is there a way to hook there?The thing I'm doing is adding user.fullname wherever I can in the system, but this is the only place I can't seem to get to the templateValues
A little help please?
-
As of this commit, a hook now exists for every page.
https://github.com/NodeBB/NodeBB/commit/25f3a31ff14e93fa523213fbd412448a2af1ee8e
So, for this page, the hook would be
filter:account/topics.build
(the hook name is based on the template). It is passed the parameters ({req, res, templateData}, next) like the other hooks. -
Thank you very much! Awesome! @yariplus
Copyright © 2024 NodeBB | Contributors