MyBB Community Forums

Full Version: DVZ Shoutbox 2.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What would be the best way to get and modify a message before being broadcasted? An example of why you'd want to do this is a simple word filter or replacing known HTTPS compatible links. I've tried changing
$row['text']
right before it renders the shout (around line 524) but it doesn't seem to like that.
Could I post a suggestion?
Is there any possibility that an option is added that let you define the maximum size of a single word? Like you can post 20 non-space characters until you are forced to use a space. Would that be possible? Because writing a single word that has more width than the shoutbox basically increases the window size until it leaves your display. This can even block the "x" button to remove it because it is so far out. This does not seem to happen when you use single word, then the sentence is divided to fit multiple lines.
when the shoutbox is open it causes my https to go unsecure. Is there something i can change to stop this?
(2017-01-10, 07:16 PM)CAS_ual_TY Wrote: [ -> ]Could I post a suggestion?
Is there any possibility that an option is added that let you define the maximum size of a single word? Like you can post 20 non-space characters until you are forced to use a space. Would that be possible? Because writing a single word that has more width than the shoutbox basically increases the window size until it leaves your display. This can even block the "x" button to remove it because it is so far out. This does not seem to happen when you use single word, then the sentence is divided to fit multiple lines.

This can be fixed by adding a word-break: break-all; property to the #shoutbox .text selector in the plugin's CSS.

(2017-01-11, 03:43 PM)metulburr Wrote: [ -> ]when the shoutbox is open it causes my https to go unsecure. Is there something i can change to stop this?
It shouldn't happen if your board is preventing unsecure resources from being loaded (e.g. using DVZ SC); take a look at the browser Console to see which resources are causing it (I notice that e.g. fonts are loaded over plain HTTP on your board).
Will be there a new release soon with report feature? Thank you!
Quote:
(2017-01-11, 03:43 PM)metulburr Wrote: [ -> ]when the shoutbox is open it causes my https to go unsecure. Is there something i can change to stop this?
It shouldn't happen if your board is preventing unsecure resources from being loaded (e.g. using DVZ SC); take a look at the browser Console to see which resources are causing it (I notice that e.g. fonts are loaded over plain HTTP on your board).

THanks you. I made a new thread as apparently this has nothing to do with shoutbox.
https://community.mybb.com/thread-207341.html
(2017-01-11, 03:56 PM)Devilshakerz Wrote: [ -> ]
(2017-01-10, 07:16 PM)CAS_ual_TY Wrote: [ -> ]Could I post a suggestion?
Is there any possibility that an option is added that let you define the maximum size of a single word? Like you can post 20 non-space characters until you are forced to use a space. Would that be possible? Because writing a single word that has more width than the shoutbox basically increases the window size until it leaves your display. This can even block the "x" button to remove it because it is so far out. This does not seem to happen when you use single word, then the sentence is divided to fit multiple lines.

This can be fixed by adding a word-break: break-all; property to the #shoutbox .text selector in the plugin's CSS.

(2017-01-11, 03:43 PM)metulburr Wrote: [ -> ]when the shoutbox is open it causes my https to go unsecure. Is there something i can change to stop this?
It shouldn't happen if your board is preventing unsecure resources from being loaded (e.g. using DVZ SC); take a look at the browser Console to see which resources are causing it (I notice that e.g. fonts are loaded over plain HTTP on your board).




Thanks you for your reply. But it does not seem to work. If I type in a full line of "W"s, it still happens. This is what I put in:

#shoutbox .text {
	width: 100%;
	color: #555;
	word-break: break-all;
}
When I submit a post in ShoutBox, it's not getting auto refreshed anymore.

I have to refresh the whole page to see the new post.

This used to work fine.
So I decided to add Shoutbox and when I upload dvz_shoutbox.php to the plugins folder, my plugins page on my ACP refuses to display my plugins. (see attached image) If I remove the file it goes back to normal. I have all the files and text upload per the instructions.

Any assistance would be greatly appreciated.
 
Version 1.8.10
www.the-cc-of-ns.net
Is there a way to include the box on all pages instead of just index?