@baris That's it! Thanks a lot.
Solved Hook on the server or client side?
-
I see that in the list of hooks (https://github.com/NodeBB/NodeBB/wiki/Hooks) there is a division into hooks of server side and client side. what is the meaning of this? Can't use server hook in standard script I put in ACP? And if I enter the code in such an extension: https://github.com/NodeBB/nodebb-plugin-quickstart will it work? Thanks.
@baris -
Node-BonBon
-
Hooks that are fired on the server side are only available for use for plugins in their server side code. Same for client side hooks they are only available for use in the client side code of plugins.
-
Node-BonBon