Hi,I'm new to nodeBB and I was trying to develop on Intellij.
I simply add Configuration for Grunt using the default Grunt.js in the nodeBB folder.
But I noticed something was different between running Grunt and running "nodebb --dev start".
I wrote an empty plugin using "nodebb-plugin-quickstart". It works normal on "nodebb-dev-start".
But,when I use Grunt to run it,it says "warn: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin nodebb-plugin-fr-exam. Skipping." And all the sudden,the empty plugin I modified doesn't work anymore.No settings on ACP , no consoles on pages(I modified from nodebb-plugin-quickstart).
What exactly did I do wrong?
I'm pretty sure the dev group is using Grunt since the building process is annoying.There's no reason I can't use Grunt ,right?Please help.
Unsolved Way to selectively apply theme by category?
-
I've read the theming docs at:
https://docs.nodebb.org/en/latest/themes/create.htmlI'm curious if anybody knows of a way to apply a theme to a category. So for example, the general site would have one theme applied and a specific category would have a different theme.
-
Hi, you can view this behaviour at exo.do, theyre using nodebb as the forum engine and have come with a plugin doing exactly what you are describing but at post level.
The useris able to select pos ttheming when it creates it.
Also they've described the behaviour at this post: Who is using NodeBB? https://community.nodebb.org/topic/180/who-is-using-nodebb/235
-
Thanks for the tip!
-
@jongarrison you have another example on nodebb-plugin-custom-header. But in this case is managed by a plugin too. I don't know if it is possible to applu different theme (tpl). You could also managed it in the same tpl with a little bit of logic in it based in certain configuration server side.