Well, just sharing my manual yet working solution, I just stop the NodeBB process and do everything manual from there, including backing up my NodeBB folder and Redis DB.
@ludam you can set the minimum & maximum tags for a post in ACP -> Settings -> Tags page. I don't think there is any option to set which tags a user would be able to use.
When you're trying to search something and the word is in a link, nodeBB provides de wrong URL link.
Example while searching for "Redactor":
The search displays:
<a href="https://github.com/ipetepete/nodebb-plugin-<strong>redactor</strong>-editor">https://github.com/ipetepete/nodebb-plugin-<strong>redactor</strong>-editor<;/a>
Note that there's a <strong> in the href.
@baris said:
![link text](link-to-image)
We should add that to the composer toolbar
[image: N4GSgOO.jpg?1]
I know they can do it, but I'm sure they won't learn the syntax behind it (I tried before and the solution was to copy and paste the image).
That's why I wanted a button in the editor where they can put the alt text and the image url.
@julian said in Mongo vs Redis: which one is better for a huge community?:
64GB -- that is a lot of memory
We host larger databases on much less RAM (as we're using a cloud provider and high memory installs are crazy expensive)...
There is definitely a speed difference though. Navigating between pages on here takes a split second longer than a Redis database... if you want to see NodeBB fly, use Redis.
@scottalanmiller was replying to somebody talking about a 50 GB data community though.