Hey all-
I am a moron.
I forgot the /api/v3 in the API url.
fml
Hi,
the hook filter:category.get is not firing anymore in nodeBB version 0.6.1.
Also the hook filter:category.topics.get doesn't seem to get the right object as argument. Instead of the properties listed here there are only the properties topics and uid.
cheers
drlogout
filter:category.get is removed.
I updated the docs. Therer are two hooks there. https://github.com/NodeBB/NodeBB/wiki/Plugin-Hooks#filtercategorytopicsprepare and https://github.com/NodeBB/NodeBB/wiki/Plugin-Hooks#filtercategorytopicsget
@baris thanks for the fast reply!
I used filter:category.get to modify the category property. How is this possible now?
@baris great, thanks!
[EDIT] Will this hook persist?