Forum Replies Created

Viewing 15 replies - 91 through 105 (of 138 total)
  • Plugin Author leaklords

    (@kwark)

    1.2.5 is up to date, this version fixes this bug

    Plugin Author leaklords

    (@kwark)

    I have developped for free this plugin after a request of competitive gamers team http://mysports-gaming.com

    and I have a wordpress site where 600+ world of warcraft guild on one multi-sites under wordpress with the plugin activated. But here too, for each guild, only some users of each team makes live stream.

    But I had not expected that everyone will use it to make mass-sharing sites. I have started a professional version for this kind of use with pagination, ranking by games, more choice of themes, Api keys options, and where each live stream have it’s personal comment box. All options holds in one page.

    Plugin Author leaklords

    (@kwark)

    #1 View here, alert work correctly (wordpress 3.4.1 and latest version of liveTV Bundle)

    http://livetv.allwebtuts.net/livestream/?liveview=lantyr&mode=normal&type=twitch

    Plugin Author leaklords

    (@kwark)

    I have developped this plugin for small gamer team / gamer team usage, not for mass sharing (take care of that idea in your spirit If you do not want to be disappointed) => #4 isn’t an issue, it is voluntarily (because small team usage/gamers team usage).

    If you desire to makes small change (to not displaying the thumbnails list under one live stream) view http://wordpress.org/support/topic/plugin-livetv-bundle-streams-per-page?replies=14

    #1 This alert comes from own3d/twith. If a user is connected (via original site) and comes on your site, it will be automatically connected to the original chat box on your site but If a user is not connected to the original site own3d/twitch, the inputs for pass and for name are viewable without “enlarge” but if you need to enlarge, it’s in /frontend/frontend…php

    #3 If you choose “members only” a new box appears in your administration named “Define global message and login url for visitors”. Don’t leave empty this part.

    Plugin Author leaklords

    (@kwark)

    a simple instance of comments yes, if your theme support wp_comment for page. But all comments displaying in the same box (nothing categorized by live stream).

    if you haven’t the comment selector (small “v”) in Dashboard > pages > page > add (@the bottom, same as in post section)

    1) Go In Dashboard > pages > page > add (@top right corner) look @ the button named “options screen” > click, and view if the selector (small “v”) named “discussion” is selected.

    2) After look @ the bottom of the page in your administration (the page where the shortcode livesOnline is placed), if the selector@the bottom appears and select “allow comments”.

    3) Now, if the comments box don’t appears on your front page, view http://codex.wordpress.org/Function_Reference/comments_template

    Maybe for the professional version, I would add a system where each live stream have its personal comment instance. Maybe also for this gamer version in the next major update.

    Plugin Author leaklords

    (@kwark)

    just replace

    //Now loop of thumbnails

    by

    //Now loop of thumbnails
     else {

    and replace

    file_put_contents($cache, $page);
    	echo ''.$page.'';
    	}

    by

    file_put_contents($cache, $page);
    	echo ''.$page.'';
    	}}

    something like that is sufficient to stop displaying the list of thumbnails when one user request one live stream with large/normal view.

    Plugin Author leaklords

    (@kwark)

    I think no with liveCheck.php from own3d

    when you make a var_dump($xml), you have this (and no more informations)

    object(SimpleXMLElement)[2797]
      public 'liveEvent' =>
        object(SimpleXMLElement)[2796]
          public 'isLive' => string 'true' (length=4)
          public 'liveViewers' => string '285' (length=3)
          public 'liveDuration' => string '402' (length=3)

    Maybe with the partner program from own3d but it’s not the vocation of the plugin (it’s in first time a basic solution for gamer/gamers team)

    But one solution is cheating on your profil->display name and add in the case display name e.g “YourDisplayName on game GameName” but for each sesssion you must update your profil… If you use the plugin for your team, it’s one basic solution but for professional site with massive pull of live streams…

    LiveTV bundle has been coded for small gamer team/gamer team (and coded for this usage) and I had not expected it would be used otherwise
    and I think the plugin reached its limits for mass live stream usage.

    I have started a professional version for this kind of usage with multi Api keys like from ustream, livestream, justin/twitch, and with a dedicated code for this kind of use (like professional sites where pulling mass live streams) with new effects, more professional themes, more themes choices, pagination, classement by games, filter by search and more (Jquery, ajaxized).

    Plugin Author leaklords

    (@kwark)

    If we don’t count [shortcodes], it is possible and I think to add this in a newest version because I need that too for one of my sites with multi-sites activated.

    Plugin Author leaklords

    (@kwark)

    To adds a counter, it’ complicated because the plugin part for live stream page requires [shortcode] part activate and your users on other sites like multi-sites wordpress with right to create post can use [shortcode] in post with the plugin.

    Plugin Author leaklords

    (@kwark)

    Hi Sash,

    A newest version 1.2.3 is up to date,

    This version decreases requests on external like Twitch/Justin Api (only one pull of json)

    Decrease also requests on wp database but the plugin looses its display “user:…”

    A decrease on own3d is impossible because own3d Api don’t support pull multiple channels in the same time…

    Plugin Author leaklords

    (@kwark)

    I have tested multiple changes but nothing changes for buddypress.

    Buddypress has particular code/hook and it’s preferable to speak with a buddypress expert (I have never looked @ in buddypress)

    Another solution, just add the link to the default wordpress profil option in some places of buddypress, it’s not perfect but it’s one simple solution.

    Plugin Author leaklords

    (@kwark)

    Nop, no standalone php script. I have started directly this plugin under wordpress

    Plugin Author leaklords

    (@kwark)

    And latest, the /livestream/ page don’t display the widget (because isn’t necessary to load 2 times the thumbnails list – one on /livestream/ page @ the bottom and another thumbnails list in the same time in the widget container).

    The widget is visible in the sidebar for all pages/posts excluding the /livestream/ page because is unnecessary with the thumbnails list includes in this page.

    Plugin Author leaklords

    (@kwark)

    Visit a first time your page to generate the cache system a first time. The widget is based only on the cache system.

    You may change the cache duration but choose one and don’t choose “off”. Consider “off” only for administrator and only to view your changes from administration options more rapidly.

    View also option offline-online from administration and select the good option

    Plugin Author leaklords

    (@kwark)

    This comes from the cache system. It’s only refreshed every X minutes.

    If you have a cache system (like wp3 total cache, wp super cache), you may exclude the page /livestream/ in administration option from this kind of plugins.

Viewing 15 replies - 91 through 105 (of 138 total)