@evgeniy-onegin like change the colors displayed in the UI? There are many NodeBB themes you can try. If you want to customize yourself you can use custom CSS in the ACP.
Is that all I need just to proxy through nginx, that's what I'm currently doing, I saw that plugin in settings and thought I was doing something wrong. I just wanted to confirm I'm doing everything properly.
I am importing from a PunBB install which contains numerous spam users and posts. Is there a way to cleanse the NodeBB database of spam when it already exists? I realise there is the spam-be-gone plugin but presumably that is only effective for new content.
I guess I am looking for some kind of spam sweep or cleanup script?
<!-- BEGIN posts -->
<!-- IF @first -->
<h1>Main Author: {posts.username}</h1>
<!-- ENDIF @first -->
{posts.content}
<!-- IF @last -->
End of posts. Click here to scroll to the top.
<!-- ENDIF @last -->
<!-- END posts -->