-
I try to build a multi-forums system in a single instance.
For instance, a group forums of cities in Japan, such as
forum1:Tokyo
forum2:Osaka
forum3:Kyoto
forum4:Kobe
.... etc etc
I presume I ne…
-
Big space lost in the recent replies column. Same problem with the homepage on mobile. Last time, this type of problem was solved removing the avatars for those instances.
![wasted_space](https://clo…
-
We originally minified these libs and booted them on-load because our original implementation did client-side rendering on cold load. Now that we've moved that step server-side we can afford to drop t…
-
-
I'm getting this error on a brand new install from GitHub of 0.4.3 configured to use Mongo. I have no forum data in this system, because I've never been able to create a "category". The error is throw…
-
This error is the first error to happen when your DB connection conks out. Because of that, loading NodeBB in the browser will display this error and not the related connection error.
I guess this ha…
-
NodeBB version: 219c0d75c4eec698950b66c7d45f5df8aa1d5652
nodebb-widget-essentials version: 0.0.19
error: [app] Encountered Uncaught Exception: Object # has no method 'prepare'
TypeError: Object # has…
-
Just a question for @psychobunny, would it be possible for widget areas to be defined entirely in a theme's template files?
Seems the minimum required is this js:
``` js
{
'name': 'Homepage Cont…
-
If your WS connection died (let's say your internet went down for 5 minutes) after a certain point it gives up reconnecting (based on `config.maxReconnectionAttempts`).
Ajaxify makes some socket call…
-
---
Fixed:
`IP or Hostname to bind to` should be `127.0.0.1`
---
I want to test NodeBB locally. But met with difficulties in installing.
Following the link: https://github.com/designcreateplay/Nod…