[nodebb-plugin-42] custom nav items, footer, copyright html
-
-
@julian ugh... can't you automate that?
-
It's something I'd like to address... except right now I have no idea how to do it. The problem lies in the fact that I only have one chance to add routes (like js/css/static routes) per plugin, and that's at app start. Enabling and disabling plugins requires adding and removing routes respectively, and I can't do that while the app is running.
There are some strategies, but I haven't had a decent enough block of time to actually get down and experiment
-
@StuartH @dove @xCausxn @planner
pushed some major changes to this plugin just now, but i had to break backward compatibility, so you will loose your settings once you upgrade. if you have some large text entered in there, save it in a text file, then re-enter it after upgrade. it's at 0.2.0 now and you will need to
npm install
if you are git cloning the repo, if not,npm upgrade nodebb-plugin-42
should do the job.give it a shot, let me know if you having more issues, activating still requires a restart, but saving the settings should reflect immediately, if not try another restart after saving. caching and minification processes are not very clear to me yet.
I will add an upgrade process soon so it won't break backward compatibility and won't pollute your databases with obsolete configs, probably with NodeBB 0.4.0 release.
-
awesome !!!