Problem of Emoji.
Please check the url attribute within your config.json (within NodeBB root).
See https://community.nodebb.org/topic/3392/config-json-updated-base_url-and-relative_path-no-longer-exist/10 for more details on this.
Hello,
Sorry I just started with node.js and nodebb... I want to edit some files (tpl) but i have a problem. When i restart my forum, my modification disapear. I can't edit files. Is that normal?
To launch the forum, i have to type "node app.js", cause when i type "npm start" it doesn't work.
Screenshot here: http://prntscr.com/6gsc1p
What am I doing wrong?
Thanks for your help.
@Neor
The files you are editing must cache file that re-generated when you restart NodeBB (they are stored in the '/public/' folder). to edit TPL files, find them in the specific theme/plugin folder in node_modules folder
Hello, it worked thanks a lot.
And for the launching is that normal i can't write ./nodebb start or npm start ? => Screenshot.
Second question, is there a pluggin to underline the text , change the alignment , etc ? I tried this one: https://community.nodebb.org/topic/2298/nodebb-plugin-buttons-galore-nodebb-buttons-galore
but for example, underlining doesn't work, it appears like that: ~test~ or ->test-> or =>test<=
Thanks a lot.