[nodebb-plugin-shoutbox] Shoutbox plugin
-
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: ''
}, -
Plugin stopped working altogether for me in V1.1.2
-
@HolyPhoenix I'll see what I can do soon.
-
@zoharm said in [nodebb-plugin-shoutbox] Shoutbox plugin:
@Schamper possible bug report if interested: I tried plugin with v1.1.2 and the admin page won't save settings when clicking "save settings" button, reloading page would lose the settings and they won't take effect.
The same thing on v.1.1.0
@Schamper waiting for your update