Use this code
git fetch # Grab the latest code from the NodeBB repository git checkout v3.x git reset --hard origin/v3.xAnd you will have the latest version without specifying it
https://docs.nodebb.org/configuring/upgrade/
How we can add background image to nodeBB?
@cagatay depends where you want to apply it
@phenomlab as for the sudonix for example all grey area.
@cagatay You’d target the body
tag and use the below line of CSS
background: url(/assets/customcss/backgrounds/default/default.png) no-repeat center center fixed;
Obviously, you need to change the path to suit where your image is being stored.
More info around the background
property can be found here