MyBB Community Forums

Full Version: Adding shoutbox to a subforum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I was wondering if I can place a shoutbox in a sub-forum, if yes, how?

Thanks
which shoutbox plugin you are using ?
Moved to Plugin Support
I'm using DVZ Shoutbox
where exactly you want to have the shoutbox (can you show with an image) ..

general method:

open dvz shoutbox plugin file through web host panel file manager or ftp with an editor like notepad++

find below code segment
$plugins->add_hook('index_end',    ['dvz_shoutbox', 'load_window']); // load Shoutbox window to {$dvz_shoutbox} variable 

add after above code in a new line & save the file
$plugins->add_hook('global_end',    ['dvz_shoutbox', 'load_window']);   // added 2016 jan 06

you can use {$dvz_shoutbox} on required template (eg. forumdisplay template)
to display it on a specific forum you can add a condition by using template conditionals plugin