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).
Please help?
You can customize the CSS in the Admin Panel for .forum-logo or .navbar-header with @media CSS rules (not sure, you should try).
.forum-logo
.navbar-header
@media
@media (max-width: 767px) { .header .forum-logo { float: none !important; margin-left: 50% !important; transform: translateX(-50%); } }
@PitaJ Thank you.
J
I suppose one could forego the config.json file completely and use environment variables to configure their NodeBB. The properties are the same.
url=http://localhost:4567 database=redis node app.js etc...
H
2 years ago, some people think NodeBB is unnecessary.https://www.reddit.com/r/startups/comments/1gvg7d/show_rstartups_we_were_sick_of_how_stagnant_forum/ But now, NodeBB has proved itself.
F
It seems "mark as solved" isn't working, but it is solved.
X
I know this post is a little old, but I wan to know if it is resolved since I have the same situation😄
R
@lukelarris I run into the same issue in 14.04 server too. You need to install nodejs-legacy through apt and it's running well then 🙂