I think this feature is called Multisite (i.e. User Database Sharing).
file tpl were recovered after restart nodebb server
-
I changed some html code in folder \public\templates, these changes worked as I hope.But I restart nodebb, all changed code were recovered! Would you tell me how to rewrite tpl code please?
-
@梁益 You'll want to change the files in your theme. In the theme folder, they are typically in the
templates/
directory.Themes themselves are installed in
node_modules/
, although if you are making extensive changes, you are better off making your own theme. -
Yes, It work as what you told. Thanks a lot!