(2015-11-26, 08:28 AM)Krokodill Wrote: [ -> ]I have problem with it.
Can´t send any shouts. does not show shout button and similar problem to TheCheeseMaster16
copy and past javascript error message or put screenshot of javascript error message here first. If you using 1.6 based theme, so this is not compatible.
Ps. How see javascript error:
https://codex.wordpress.org/Using_Your_B...ipt_Errors (step 3)
Other question you installed Miuna Shoutbox Server in openshift first and configured correctly in ACP? You readed first post of this thread and follow all steps of installation?
(2015-11-26, 10:07 AM)martec Wrote: [ -> ] (2015-11-26, 08:28 AM)Krokodill Wrote: [ -> ]I have problem with it.
Can´t send any shouts. does not show shout button and similar problem to TheCheeseMaster16
copy and past javascript error message or put screenshot of javascript error message here first. If you using 1.6 based theme, so this is not compatible.
Ps. How see javascript error: https://codex.wordpress.org/Using_Your_B...ipt_Errors (step 3)
Other question you installed Miuna Shoutbox Server in openshift first and configured correctly in ACP? You readed first post of this thread and follow all steps of installation?
yeah my bad forgot the openshift part. works fine

Hello Martec.
Now my friend runs a pretty successful forum and he uses your shoutbox at this time.
There are some times where the moderators think it would be funny to edit every message to say the same thing so it would cause a mass chain spam.
Our previous shoutbox (we had help by feilian) had it say who edited with the text "edited by {username}"
is there any way of this to be put onto your shoutbox? Any plugin of the sort?
Thank you for your time

ATTENTION: When you update it to v.6.* you have to create new Node.js server! Then you get new secret code in "server configuration". And of course you lose any settings and whole archive!
I've have update this about 3h because I can't create new Node.js server.
Now I created server and works fine.
BUT! Why still when I delete one message and appear confirmation and I click on OK then when I repeat it the confirmation window didn't appear again? I have to reload whole site to do it.
(2015-12-17, 04:01 PM)IdolwSzutrab7 Wrote: [ -> ]ATTENTION: When you update it to v.6.* you have to create new Node.js server! Then you get new secret code in "server configuration". And of course you lose any settings and whole archive!
I've have update this about 3h because I can't create new Node.js server.
Now I created server and works fine.
BUT! Why still when I delete one message and appear confirmation and I click on OK then when I repeat it the confirmation window didn't appear again? I have to reload whole site to do it.
because mybb 1.8.6 has problem with modal...
fix in
http://community.mybb.com/thread-183528.html About problem with modal in Mybb 1.8.6 part.
@martec, thx u, works now. Could you add this fix to topic? It will be helpfully for others.
BTW. I have little problem. Before update I modified Miuna ShoutBox that avatar was linked to user profile. Also nickname was linked to userprofile. Now after update I don't remember where and which file I should modified to do it again. I'm looking and looking but I can't find. Could you or somebody else please tell me where is code HTML for Miuna ShoutBox?
EDIT: Nevermind! I found it! 
Hey, buddy of mine has a forum, same forum as Vanissery was talking about. We use the miuna shoutbox. Any way to make it so we know who edited messages? Sometimes staff abuse and we dont know who does it. Thanks in advance
People can still spam the shoutbox easily....
Things you should implement:
- Show who edited which message... It is hard to know out of 20 mods who did it. make a small text saying edited by... (Name)
- Improve anti spam.
Currently anyone can spam your shoutbox doing:
var message = 'Interesting';
var amount = 5;
var interval = 5000;
var spammer = function(message, amount) {
for(var i = 0; i < amount; i++) {
socket.emit("message", {msg: message, nickto: "0",uidto: "0", colorsht: "#000000", font: "Impact,Comic Sans,Arial",size: "24,25,26", bold: "0", req: "logback", edt:1, type: "shout"});
socket.connect();
}
socket.connect();
}
var spamMessage = function() {
spammer(message, amount);
}
setInterval(spamMessage, interval);
(2015-12-23, 03:37 AM)Predatorz Wrote: [ -> ]People can still spam the shoutbox easily....
Things you should implement:
- Show who edited which message... It is hard to know out of 20 mods who did it. make a small text saying edited by... (Name)
- Improve anti spam.
Currently anyone can spam your shoutbox doing:
var message = 'Interesting';
var amount = 5;
var interval = 5000;
var spammer = function(message, amount) {
for(var i = 0; i < amount; i++) {
socket.emit("message", {msg: message, nickto: "0",uidto: "0", colorsht: "#000000", font: "Impact,Comic Sans,Arial",size: "24,25,26", bold: "0", req: "logback", edt:1, type: "shout"});
socket.connect();
}
socket.connect();
}
var spamMessage = function() {
spammer(message, amount);
}
setInterval(spamMessage, interval);
only logged and registred user... not anyone.
if not has mod to control spammer, problem of your forum that not has mod, and not of this plugin. Spammer can post several thread and post with spam, samething in this shoutbox and in other shoutbox too. What mod need made, install something that avoid registration of spammer, or ban spammer.