Live editing - themes and templates?
-
I'm actually doing that.
Some changes, can go in the Admin Panel, through Appearance > Custom CSS & HTML. Changes will appear once you save them on that panel. No need to restart Nodebb.
But if you feel like playing with the tpl files, you should find them on your FTP, in the public folder > templates.
For the CSS files, you'll have to look in node_modules > theme used to find them.
In those two cases, you'll have to
./nodebb restart
to see the changes.Hope it helps!
-
@TaLoche said in Live editing - themes and templates?:
@pichalite that's strange, I did quite a few changes there and they stayed even after numerous restarts.
They'll stay now, but if you run
./nodebb build
, they'll be regenerated and you'll lose those changes again.
Copyright © 2024 NodeBB | Contributors