@Madchatthew said in TNG + Nodebb:
you have to try and use duck tape and super glue to change something to make it do what you want it to do
I couldn’t have put that better myself.
@marusaky None taken ! Glad you’ve found a host that works for you.
Just as a side note here @marusaky - you should consider some form of backup strategy for your site - particularly whilst you are developing it - and the MongoDB ability to recover is critical.
@phenomlab said in NodeBB vs Flarum for a non developer:
Just as a side note here @marusaky - you should consider some form of backup strategy for your site - particularly whilst you are developing it - and the MongoDB ability to recover is critical.
thank you very much for the advice, at the moment the only thing I do is testing, but everything runs well, the only problem I found is that when I try to quote someone, or a reply the quote button it’s white and it’s not visible, do you know how can I change it’s color on every theme? thanks!
@marusaky Can you send me a URL so I can have a look ?
forum.warfare-rp.com thanks again.
@marusaky Registered. Can you send me a screenshot of the issue ?
@marusaky Add this to your custom CSS
.topic [component="post/parent"] {
background-color: #464545;
}
@phenomlab said in NodeBB vs Flarum for a non developer:
@marusaky Add this to your custom CSS
.topic [component="post/parent"] { background-color: #464545; }
Am curious - did this work as needed ?
@phenomlab said in NodeBB vs Flarum for a non developer:
@phenomlab said in NodeBB vs Flarum for a non developer:
@marusaky Add this to your custom CSS
.topic [component="post/parent"] { background-color: #464545; }
Am curious - did this work as needed ?
yes, but after that I was seeing that my nodebb installation was full of error, and then I have seen it, I had an older version “facepalm”, I reinstalled it again with the last version and now everything it’s working much better, thank you for your help!
@marusaky That’s really easily done. I think the docs need updating for the latest release. Did you land up on the 18.x train ?