3.4.0 Upgrade Support
-
NodeBB 3.4.0
@DownPW I think those will be released wit 3.5.0, since all new translations go into the develop branch.
NodeBB Community (community.nodebb.org)
-
@Wamakaska you can manually pull the latest translations via the Transifex CLI if preferred.
How do I retrieve the latest translations from Transifex without waiting for Misty?
Once a day, Misty pulls the latest translations in from Transifex. If you are a translator, and you wish to see your translations in NodeBB sooner rather tha...
NodeBB Community (community.nodebb.org)
-
Hi @baris thanks for your help (on a Sunday!)
GET https://xxx.com/api/user/taloche/chats/35?_=1694955865278 [HTTP/1.1 500 Internal Server Error 0ms] send https://xxx.com/assets/nodebb.min.js:58:8776 ajax https://xxx.com/assets/nodebb.min.js:58:5246 28234/ajaxify.loadData https://xxx.com/assets/nodebb.min.js:7:25610 28234/ajaxify.go https://xxx.com/assets/nodebb.min.js:7:20095 j https://xxx.com/assets/nodebb.min.js:7:27886 28234/</c/< https://xxx.com/assets/nodebb.min.js:7:29089 dispatch https://xxx.com/assets/nodebb.min.js:55:40362 19755/</add/Pe.handle ttps://xxx.com/assets/nodebb.min.js:55:38293
-
Thanks!
I did but didn't look carefully enough.
Indeed this error can be found2023-09-17T13:12:57.254Z [4567/838953] - [31merror[39m: GET /api/user/taloche/chats/35?_=1694956368722 TypeError: Cannot read properties of undefined (reading 'push') at plugin.filterMessagingLoadRoom [as method] (/var/www/nodebb/node_modules/nodebb-plugin-tenor-gif/library.js:50:31) at /var/www/nodebb/src/plugins/hooks.js:176:29 at new Promise (<anonymous>) at fireMethod (/var/www/nodebb/src/plugins/hooks.js:166:10) at Object.fireFilterHook [as filter] (/var/www/nodebb/src/plugins/hooks.js:195:18) at Hooks.fire (/var/www/nodebb/src/plugins/hooks.js:132:49) at Object.wrapperCallback [as fire] (/var/www/nodebb/src/promisify.js:46:11) at Messaging.loadRoom (/var/www/nodebb/src/messaging/rooms.js:538:39) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async chatsController.get (/var/www/nodebb/src/controllers/accounts/chats.js:51:15)
-
When choose tags, forum didn't found topics with this tags...
-
I think this method is a bad practices for users, for example I have a 10 topics with one tag for all topics -
smartphones
and individual tagsios
,android
,harmonyos
,windows
.When user want found all topics with tags
ios
andandroid
the forum will not find anything, because the filter is an employee on the principle oftag1
+tag2
+tag3
.But we understand if user select
ios
andandroid
he want found all topics withios
ORandroid
The advanced search
/search
it too can't found a all topics with multiple tags... -
Can't disable this option, I'm try set
0
or empty value in settings and it's not disable this alert... -
-
Search button in navbar not showing for guest if allow search for all group in setting.offtopic
-
@brazzerstop filed an issue https://github.com/NodeBB/NodeBB/issues/12056
-
@brazzerstop said in 3.4.0 Upgrade Support:
I think this method is a bad practices for users, for example I have a 10 topics with one tag for all topics - smartphones and individual tags ios, android, harmonyos, windows.
Totally agree, the expected behavior is for it to work like the category filter on the topics page, you can select multiple categories and it shows topics from each of them (or in this case, multiple tags)