MyBB Community Forums

Full Version: DVZ Shoubox inclusion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

i was wondering how to put shoutbox somewhere....
i attached the screenshot, please have a llook.

ty!
personally I'd not recommend using shoutbox on every page of the forum.

anyway, open the plugin file ~/inc/plugins/dvz_shoutbox.php in an editor like notepad++
around line 7 , find $plugins->add_hook('index_end', 'dvz_shoutbox');
add below code in a new line after the above and save the file
$plugins->add_hook('global_end', 'dvz_shoutbox');    // added 

then you can add {$dvz_shoutbox} in forumdisplay template of the theme (above {$subforums})
Thanks again .m.
have a nice day!