1.8.x

DVZ Stream

Submitted by Cupid, , Thread ID: 5416

Thread Closed
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.

RE: DVZ Stream

#2
thanks for the plugin

RE: DVZ Stream

This post was last modified: 16-09-2015, 12:45 PM by DP_PN
#3
What does it do exactly? I can't seem to understand just by looking at the screenshot. I'm looking for streaming plugins, I'm not sure if this one is what I'm looking for? Like for twitch TV

RE: DVZ Stream

#4
16-09-2015, 12:44 PM
DP_PN Wrote:
What does it do exactly? I can't seem to understand just by looking at the screenshot. I'm looking for streaming plugins, I'm not sure if this one is what I'm looking for? Like for twitch TV

DVZ Stream is a plugin that allows users to track new content appearing on the forums in real time. So, when somebody write new post, it display with AJAX.

RE: DVZ Stream

#5
Ah got it! Thanks. Not what I'm looking for.

Users browsing this thread: 2 Guest(s)