@mstan — sorry that you haven't received a response.
NodeBB doesn't save the Mongo database anywhere specific on the file system, it would be wherever the insulted MongoDB install saves it's data.
Hi,
In a MediaWiki system you can use a class called client-nojs. To apply CSS formatting to anyone who disables JavaScript in browser settings / using a plugin.
I tried to use this class with the same code (just for example:
.client-nojs * {
display: none
}
This code should hide all the elements on the page for anyone who disables js.
In the MediaWiki system I tried this code it worked well, but in the Nodebb system nothing happened.)
The question is is there a parallel to this in the nodebb system?