NodeBB 3.4.0
-
I recommend add
overflow-auto
tomain-nav
, when we have 15+ icons in left navigation menu and not big height window size, we can't view all icons.Example:
For now the window height
540px
and have visibility all icons in navbar:
Next we change window height and now we can't view other icons:
With
overflow-auto
we can fix this problem... -
-
Love it, thank you!
-
Small bug @baris
I created a chat room and I no longer have the rights to it.
Unable to rename the room or delete users
Obliged to log in with the Admin default account by and to restore my salon owner account to regain rights.
. -
Releases · NodeBB/NodeBB
Node.js based forum software built for the modern web - Releases · NodeBB/NodeBB
GitHub (github.com)
last release is 3.4.3 @cagatay
-
I think we need fix container size for tablets, current we have very big empty place on left and right...
https://github.com/NodeBB/nodebb-theme-harmony/blob/main/templates/header.tpl#L42
https://github.com/NodeBB/nodebb-theme-harmony/blob/main/templates/partials/header/brand.tpl#L2Replace
container
tocontainer-lg
Before (topic)
After (topic)
Before (categories)
After (categories)
-
hi @julian , is this plugin compatible with v3?
GitHub - julianlam/nodebb-plugin-support-forum: Turns a single category into a "Support Forum", topic creators can only see their own topics
Turns a single category into a "Support Forum", topic creators can only see their own topics - julianlam/nodebb-plugin-support-forum
GitHub (github.com)
-
NodeBB began the transition to NodeJS v18? So, we can say bye-bye to resource econony Ubuntu 18.04
Updating NodeBB... 1. Updating package.json file with defaults... OK 2. Bringing base dependencies up to date... started npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=18.12.0' }, npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } npm WARN EBADENGINE } changed 2 packages, and audited 1106 packages in 5s 138 packages are looking for funding run `npm fund` for details 10 moderate severity vulnerabilities
-
@brazzerstop lint-staged is a dev-dependency, not sure why it's showing up there but you can safely ignore that warning.
-
@PitaJ
Yes, I am using the develop version and regardless of the warning, I successfully updated, and so far everything is working on version NodeJS 16.But I will still be preparing to move to Ubuntu 20.04 so that I can install the 18th version of the NodeJS, because it seems to me that the NodeBB will gradually increase the requirements to dependencies for security reasons.