WallBB Forums
Stream Table Vertical instead of Horizontal - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: Stream Table Vertical instead of Horizontal (/showthread.php?tid=214)



Stream Table Vertical instead of Horizontal - trainwithavi@gmail.com - 03-02-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 )


RE: Stream Table Vertical instead of Horizontal - WallBB - 03-02-2019

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.


RE: Stream Table Vertical instead of Horizontal - trainwithavi@gmail.com - 03-02-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 ...


RE: Stream Table Vertical instead of Horizontal - WallBB - 03-02-2019

That is addition of sidebar Smile
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


RE: Stream Table Vertical instead of Horizontal - trainwithavi@gmail.com - 03-04-2019

great Smile thanks Smile


RE: Stream Table Vertical instead of Horizontal - WallBB - 03-04-2019

Awesome, closing this now Smile