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.

RE: DVZ Stream

gabrumastiwich
Closed Account
Level:
0
Reputation:
0
Posts:
30
Likes:
0
Credits:
30
20-07-2015, 02:29 AM
#2
thanks for the plugin

RE: DVZ Stream

DP_PN
Novice
Level:
0
Reputation:
0
Posts:
45
Likes:
2
Credits:
1
16-09-2015, 12:44 PM
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

Joseahfer
Novice
Level:
0
Reputation:
0
Posts:
39
Likes:
4
Credits:
41
18-09-2015, 02:47 AM
#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

DP_PN
Novice
Level:
0
Reputation:
0
Posts:
45
Likes:
2
Credits:
1
18-09-2015, 04:47 PM
#5
Ah got it! Thanks. Not what I'm looking for.

Users browsing this thread: 1 Guest(s)