In your redis config
/etc/redis/redis.conf
you find this
# Note that you must specify a directory here, not a file name.
dir /var/lib/redis
In /var/lib/redis you found
dump.rdb
Why tilt the phone when you can use the scrollbar that should appear under the toolbar in the mobile composer meaning you simply scroll across in order to find what you need?
1st 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 !
@pichalite said in Since which version nodebb added a search button in the top right corner ?:
@ningji that's been there for a long time now. You just need to have one of the search plugins installed and activated. nodebb-plugin-dbsearch gets installed by default. Activate the plugin and restart NodeBB to see the search icon.
@yariplus FYI... plugins themselves don't add that search menu. NodeBB checks for any active plugins listening for the hook filter:search.query to decide whether to show or hide the search icon.
Thanks very much, will give it a try later !
Hi i'm able to install, see different categories in the home page.
Now how can i add some pictures in the homepage ?
If i need to change the code, what file will that be, i do have some node.js experience.
Thanks !