Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want "DELAY IMAGE LOADING" un-checked by DEFAULT for every new user because it makes the site feel slow. What lines of code do I need to modify?
https://github.com/NodeBB/NodeBB/blob/master/src/controllers/api.js#L94
Try changing the true to false at the end of the line.
true
false
@julian Thank you!