[nodebb-plugin-shoutbox] Shoutbox plugin
-
I just updated to the new version and all errors in the log files are gone.
Really great
-
Pushed version 0.3.1, changelog:
- Additional classes to identify users
- Fix not scrolling to new shouts
-
First I didn't saw it. But I fixed it when I restart nodebb AFTER plugin activation. I didn't expected that. I did a nodebb restart directly after npn installation.
-
@ricoud said in [nodebb-plugin-shoutbox] Shoutbox plugin:
Does it work with nodebb 1.0.0 ?
-
@sanatisharif yes
-
-
I have the same problem as @linan2332
-
I too am having that issue. I cannot turn off the gists and other features. Also, Archives won't seem open.
-
I try to go to the plugin 's config.js to change the default setting, but still doesnt seems to work hmm..
adminDefaults = {
toggles: {
guestsAllowed: true,
headerLink: true,
features: (function() {
var defaults = {};
features.forEach(function(el) {
defaults[el.id] = el.enabled;
});
return defaults;
})()
},
limits: {
shoutLimit: "25"
},
version: ''
},