@cagatay it's working, NodeBB is awesome so far
ningji
Posts
-
How to let user always able to edit his/her own posts ? -
How to config Nginx to load both index.html & NodeBB1st of all i'm new to Nginx, and this is the 1st time i'm really setting up NodeBB. So pls forgive me when i'm asking basic dummy questions.
Basically followed this
https://docs.nodebb.org/installing/os/ubuntu/
using Ubunt 20. So far so good with the installation.The folder structure looks like this in the server:
/home/user/abcde/index.html /root/nodebb (This might be a mistake but ...)
Eventually index.html will have a hyperlink which links to the NodeBB forum.
Right now the /etc/nginx/nginx.conf has a block like this, and index.html does load fine in browser
server { server_name mysite.com; location / { root /home/user/abcde; } }
My question is: how to modify nginx.conf so it can load the NodeBB as well ?
Again the final goal is ppl can access NodeBB from its link from index.html.Thanks very much for your help !
-
How to support multi-language forum pls ?So if ppl write posts using different languages, what's the best way to make the forum clear in NodeBB ?
- Create separate catalogs for different languages ?
- Use tag ?
- anything else ... ?
-
How to support multi-language forum pls ?@julian tried, works, loving this feature
-
How to turn on blog feature if it exists ?I can click someone's profile and see the posts, but these posts seem not organized. Is there's a blog mode ?