Posts: 23
Threads: 11
Joined: Jan 2019
Hi ,
how did we made the vertical stream extention here on this forum .. instead of horizontal ..
also i believe some resized of the page has also been done on this forum ...
can you please care to share how you got the stream vertical modification on your board , and also on the same place ( top right )
Posts: 461
Threads: 54
Joined: Jul 2017
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
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.
Posts: 23
Threads: 11
Joined: Jan 2019
i absolutely understood that , however i am not able to adjust the stream block to the right side as we have this here on wallbb forums ...
Posts: 461
Threads: 54
Joined: Jul 2017
That is addition of sidebar
You can follow this tutorial(mostly similar) for adding sidebar, make sure to add {$dvz_stream} in sidebar.
https://wallbb.co.uk/forums/showthread.php?tid=9
Posts: 23
Threads: 11
Joined: Jan 2019
great
thanks
Posts: 461
Threads: 54
Joined: Jul 2017
Awesome, closing this now