OK.
Easy
And I think it won't work before because server needed more time for my list because I created about 630 bad words in phpMyAdmin via SQL tool (I added after that manually one bad word "TEST" but still does not worked so I post here). Now I add one more bad word from ACP and works immediately.
Sorry for worry you and thx for quick reply.
Regards.
Just a reccomendation. I would do it myself but i don't know orange about javascript.
Anyway. For the brand new "Edited by ___" function. Is there a way you can make it easier to notice
For example, have the text be italicized, smaller, and showing the rank / color of the person
Something like this.
I do know it is possible, since a friend of mine has done it but I feel bad personally asking him to do this for me.
Kind regards,
Vanissery
(2016-01-24, 02:25 AM)Vanissery Wrote: [ -> ] (2016-01-24, 02:15 AM)martec Wrote: [ -> ] (2016-01-24, 02:11 AM)Vanissery Wrote: [ -> ]Hello Martec. Me again.
I don't know if this is a client issue but for me. My shoutbox auto image load is broken
every time i post an image ending with '.png' or '.jpg' it ends up just being a link.
After i edit the message though it fixes itself
Here is an example
![[Image: 87c50695884d4f434522027d8f9a02d6.png]](https://camo.mybb.com/232dd760207649068b6d58f203706c52f6a55b7c/68747470733a2f2f6779617a6f2e636f6d2f38376335303639353838346434663433343532323032376438663961303264362e706e67)
is there any fix for this?
you marked option below? "load image link?"
![[Image: 0gP3LNr.png]](https://camo.mybb.com/c9e5d23077efc27ae86bbebcd98c86a2a69e62f0/68747470733a2f2f692e696d6775722e636f6d2f306750334c4e722e706e67)
oh...
that worked.
Is there any way to make it a default though?
You can just edit the code to do this, I have done this on my copy of Miuna Shoutbox.
Also Added Webm Support e.t.c
This shoutbox is very flexible I just do not add many changes to it because every time an update is released I have to change stuff.
(2016-01-27, 04:35 AM)Vanissery Wrote: [ -> ]Just a reccomendation. I would do it myself but i don't know orange about javascript.
Anyway. For the brand new "Edited by ___" function. Is there a way you can make it easier to notice
For example, have the text be italicized, smaller, and showing the rank / color of the person
![[Image: 61417375f7a4f94aa6a7e8dea5356e6a.png]](https://camo.mybb.com/b1e898ae2ceb7362847aa182c2fb8767784ac302/68747470733a2f2f6779617a6f2e636f6d2f36313431373337356637613466393461613661376538646561353335366536612e706e67)
Something like this.
I do know it is possible, since a friend of mine has done it but I feel bad personally asking him to do this for me.
Kind regards,
Vanissery
It is possible, but the work to do it is really not worth the time spent doing it.
I did it on my miuna but it was server sided and I just can not be bothered to change the code on the server.
(2016-01-27, 11:23 AM)Predatorz Wrote: [ -> ]You can just edit the code to do this, I have done this on my copy of Miuna Shoutbox.
i will release 7.5.1 to put this option checked in default...
and appear that this option not work correctly... sometimes, images load even when the option is unchecked. I not know why, i need investigate.
(2016-01-27, 11:23 AM)Predatorz Wrote: [ -> ] (2016-01-24, 02:25 AM)Vanissery Wrote: [ -> ] (2016-01-24, 02:15 AM)martec Wrote: [ -> ] (2016-01-24, 02:11 AM)Vanissery Wrote: [ -> ]Hello Martec. Me again.
I don't know if this is a client issue but for me. My shoutbox auto image load is broken
every time i post an image ending with '.png' or '.jpg' it ends up just being a link.
After i edit the message though it fixes itself
Here is an example
![[Image: 87c50695884d4f434522027d8f9a02d6.png]](https://camo.mybb.com/232dd760207649068b6d58f203706c52f6a55b7c/68747470733a2f2f6779617a6f2e636f6d2f38376335303639353838346434663433343532323032376438663961303264362e706e67)
is there any fix for this?
you marked option below? "load image link?"
![[Image: 0gP3LNr.png]](https://camo.mybb.com/c9e5d23077efc27ae86bbebcd98c86a2a69e62f0/68747470733a2f2f692e696d6775722e636f6d2f306750334c4e722e706e67)
oh...
that worked.
Is there any way to make it a default though?
You can just edit the code to do this, I have done this on my copy of Miuna Shoutbox.
Also Added Webm Support e.t.c
This shoutbox is very flexible I just do not add many changes to it because every time an update is released I have to change stuff.
(2016-01-27, 04:35 AM)Vanissery Wrote: [ -> ]Just a reccomendation. I would do it myself but i don't know orange about javascript.
Anyway. For the brand new "Edited by ___" function. Is there a way you can make it easier to notice
For example, have the text be italicized, smaller, and showing the rank / color of the person
![[Image: 61417375f7a4f94aa6a7e8dea5356e6a.png]](https://camo.mybb.com/b1e898ae2ceb7362847aa182c2fb8767784ac302/68747470733a2f2f6779617a6f2e636f6d2f36313431373337356637613466393461613661376538646561353335366536612e706e67)
Something like this.
I do know it is possible, since a friend of mine has done it but I feel bad personally asking him to do this for me.
Kind regards,
Vanissery
It is possible, but the work to do it is really not worth the time spent doing it.
I did it on my miuna but it was server sided and I just can not be bothered to change the code on the server.
stfu give me the code pls <3
again I know that you can edit the code for that. I just don't know jack about javascript, and it doesn't seem to be in the PHP
ily pred
(2016-01-27, 02:47 PM)Vanissery Wrote: [ -> ]stfu give me the code pls <3
again I know that you can edit the code for that. I just don't know jack about javascript, and it doesn't seem to be in the PHP
ily pred
in server.js
find:
data["tk_eduser"] = socket.decoded_token.username;
replace:
data["tk_eduser"] = socket.decoded_token.user;
about italic you need edit style.css
and font size is already smaller
![[Image: 5TMohsC.png]](https://camo.mybb.com/c12f34fe0bd3c68e5d7451e19b1b5ee486ba8592/687474703a2f2f692e696d6775722e636f6d2f35544d6f6873432e706e67)
if not in your installation or you not uploaded all files correctly, or cache issue of your brownser, or if you using cloudflare need clear cache of cloudflare too.
(2016-01-27, 02:57 PM)martec Wrote: [ -> ] (2016-01-27, 02:47 PM)Vanissery Wrote: [ -> ]stfu give me the code pls <3
again I know that you can edit the code for that. I just don't know jack about javascript, and it doesn't seem to be in the PHP
ily pred
in server.js
find:
data["tk_eduser"] = socket.decoded_token.username;
replace:
data["tk_eduser"] = socket.decoded_token.user;
about italic you need edit style.css
One issue, I probably sound like an idiot.
I can't seem to find server.js in my files at all...
thank you for the code though

(2016-01-27, 03:07 PM)Vanissery Wrote: [ -> ]thank you for the code though 
it's server side and not client side.
i not will explain how can change code of server side...
Wut? I have hole in icons

Where is icon for note?
I removed all "post icons" in ACP and upload new.
How to restore the note icon or where is code for it so I will change it by self.