It was a cache issue. Clearing the cache solved the problem. Sorry for yhe false positive.
Thanks for your replies and attentio .
Regards.
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 errors
Could you suggest where I can troubleshoot this issue?
Hi there,
Can you please provide the following information to help us debug?
git rev-parse HEAD
from the root of your NodeBB foldernpm ls nodebb-theme-persona
Thanks!
1cf94c08ac6e5f3b05feef94a493a081d52444c9
1.0.26
) based themeHm, 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.