MyBB Community Forums

Full Version: images in DVZ shoutbox (Solved)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is it possible for images to show in DVZ shoutbox? I've tried [IMG] tags and they just show up as a link. I am really missing being able to share images like we could in our old shoutbox. I'd love if this were possible using DVZ, as otherwise it's AWESOME.
Currently (2.3.1) it doesn't contain a setting for images, however you can enable that by changing the inc/plugins/dvz_shoutbox.php:1340 line:
'allow_imgcode'   => 0,
to:
'allow_imgcode'   => 1,

You might need some additional CSS code to prevent large images from breaking the layout.
I found an answer online.

You can. By opening the plugin's file dvz_shoutbox.php and change:
'allow_imgcode' => 0,
to:
'allow_imgcode' => 1,

I'm going to test it - if it works I'll mark my thread as solved.

Thanks much, Devilshakerz. I found it just before you posted it. Funny timing. Big Grin

works perfectly.