[nodebb-plugin-shoutbox] Shoutbox plugin
-
@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 -
@NasuhG It is a widget, so you have to add the widget in the place you want the shoutbox to appear. Admin->Extend->Widgets
-
I encountered a very weird issue - all timestamps are in backwards order. Looks like this bug was registered 2 years ago, but it's not resolved yet. This is a very noticeable functionality, and all users of my forum complain about it. Could someone fix this bug please? https://github.com/Schamper/nodebb-plugin-shoutbox/issues/88
-
Hi,
I love this plugin although here is my current setup.
How can I move the shoutbox up (or footer down to be fair,) and put some line breaks or something in between it to space it out?