@julian Could you plz help out?
-
I don't get that error myself and I cant find where i have defined this template dir? Its a pretty simple plugin, what Iam doing wrong here. I only have one template dir and that dir is checked in as you can see here: https://github.com/Jenkler/nodebb-plugin-postlink
-
I have
"nbbpm": {
"compatibility": "^0.8.0"
}
In my files but how do I get it into nodebb install manager ? ie. If someone search on nodebb-plugin-postlink they should find it 
EDIT: Ahh, i see it now
So i should change
"templates": "./templates"
to
"templates": "templates"
when to use ./ and when not to?
To clarify: I want to be able to find my plugin when using the "PLUGIN SEARCH" in Nodebb ACP 