You should really be submitting bug reports to the NodeBB GitHub page, or the respective plugin page
Solved Chats don't load
-
Hi, I with another problem/issue
Several weeks I will be very active, because I just migrated my forum on NodeBB at 1-4 October.After upgrade to
0.8.x
, Chats don't load (there is no errors in console, just endless spinner), if you click on link See all chats page opens with all chats without errorsCould you suggest where I can troubleshoot this issue?
-
Hi there,
Can you please provide the following information to help us debug?
- Server or client operating system (if applicable)
- NodeBB version and hash
- To get the hash, run
git rev-parse HEAD
from the root of your NodeBB folder
- To get the hash, run
- If applicable, theme versions
npm ls nodebb-theme-persona
Thanks!
-
- Distributor ID: Debian
Description: Debian GNU/Linux 7.9 (wheezy)
Release: 7.9
Codename: wheezy 1cf94c08ac6e5f3b05feef94a493a081d52444c9
- Persona (
1.0.26
) based theme
- Distributor ID: Debian
-
Hm, likely might've been fixed in
master
, so we should just launch that at some point... -
@julian do you remember where it was fixed? So I can apply same fix for now, until I will do major update to my theme?
-
https://github.com/NodeBB/nodebb-theme-persona/commit/994af420bbd6e15acd9a0ff1a21b14ae357195fa
There might be a few more, essentialy look through menu.tpl and make the component changes.
-
@baris thanks
-
You did change by moving blocks under
component
, that is why It doesn't work for old themes.
I have fixed problems.