1.8.x

DVZ Stream

Submitted by Cupid, , Thread ID: 5416

Thread Closed
Cupid
Junior Member
Level:
0
Reputation:
1
Posts:
71
Likes:
4
Credits:
50
01-07-2015, 03:15 PM
#1
Setup
This plugin requires PHP version 5.4 or higher.

Insert the {$dvz_stream} variable into the index template
Append the CSS code from STYLES.txt file included in the package into your theme's global.css
Install the plugin in the ACP


Creating a sidebar
If your theme does not have a sidebar to insert the DVZ Stream widget to:

open the index template and replace {$forums} with:
Code:
<div class="sections">
    <div class="section-forums">
        {$forums}
    </div>
    <div class="section-side">
        {$dvz_stream}
    </div>
</div>

open your global.css and append:
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; }

[Image: 2r7xcgw.jpg]

Content locked
This content has been locked. Please login or register in order to unlock it.

Users browsing this thread: 1 Guest(s)