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/
Hi Mark
There is a problem with android phones when use nodebb.
Espically chat is very slow and send button is left side not side.
How we can fix it?
@cagatay Add this to your custom CSS
.input-group {
flex-wrap: inherit;
}
@cagatay you should empty the cache on your phone. I’ve just tested on your site and it works fine.
The send button position I’ll fix this morning and provide the css.
@cagatay Add this to your custom CSS
.input-group {
flex-wrap: inherit;
}
thank you fixed.