03-02-2019, 12:08 PM
DVZ Stream is the name of extension (https://community.mybb.com/mods.php?action=view&pid=543)
Add the css at the end of your global.css
And this in any place you wish to show the DVZ stream
{$dvz_stream}
Hope it helps.
Add the css at the end of your global.css
Code:
.sections { display: table; width: 100%; }
.section-forums { display: table-cell; vertical-align: top; }
.section-side { display: table-cell; width: 260px; padding-left: 20px; vertical-align: top; }
And this in any place you wish to show the DVZ stream
{$dvz_stream}
Hope it helps.