[ Video Sharing CMS v4 ] PHPVibe 4.0 Beta

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xxxronaldxxx

Quote from: Hersh on
You will need to enable autostart on your video player. If you are using JW Player, open up class.providers.php and find a line that starts with:

jwplayer("video-setup").setup({ primary : "html5",  file: "' . $file . '",  image: "' . $thumb . '", modes: [{ type: "html5" }, { type: "flash", src: "' . site_url() . 'lib/players/jwplayer/player.swf" }], stretching: "uniform",  width: "100%",  stagevideo: true, aspectratio:"16:9"';


After ".setup({", Add:
autostart: "true",


It should look something like this:
jwplayer("video-setup").setup({ autostart: "true", primary : "html5",  file: "' . $file . '",  image: "' . $thumb . '", modes: [{ type: "html5" }, { type: "flash", src: "' . site_url() . 'lib/players/jwplayer/player.swf" }], stretching: "uniform",  width: "100%",  stagevideo: true, aspectratio:"16:9"';


Thanks :D
  •  

Fleswodka

cant find to translate /videos/most-viewed/
http://i59.tinypic.com/2nleb2a.png

in language file its not included for that spot :
http://i57.tinypic.com/6zlgue.png
  •  

Fleswodka

and where to change the icon-heart images?
want switch or remove: http://i60.tinypic.com/2hnoytx.png
  •  

wolftbpg

Video.PHP.  e.   Videoloop.php
  •  

Fleswodka

#504
thanks for your help... but..still get stuck on tabname
http://www.dadergezocht.nl/videos/most-viewed/
can u show me where to put " MEEST BEKEKEN" instead... class="tab <?php aTab(mostviewed);?>">

<a href="<?php echo list_url(mostviewed); ?>" class="tab <?php aTab(mostviewed);?>">
            <span class="content">
              <span class="title"><?php echo _lang('Most Viewed'); ?></span>
            <span class="count"><?php echo _lang('Selected by views'); ?></span>
  •  

Fleswodka

hmmm its not tab its </3></h3> filled from url? /videos/most-viewed/
  •  

Marius P.

Quote from: interbizmedia on
thanks for your help... but..still get stuck on tabname
http://www.dadergezocht.nl/videos/most-viewed/
can u show me where to put " MEEST BEKEKEN" instead... class="tab <?php aTab(mostviewed);?>">

<a href="<?php echo list_url(mostviewed); ?>" class="tab <?php aTab(mostviewed);?>">
            <span class="content">
              <span class="title"><?php echo _lang('Most Viewed'); ?></span>
            <span class="count"><?php echo _lang('Selected by views'); ?></span>

This is very simple to figure out, even the span is called "title" :
<span class="title"><?php echo _lang('Most Viewed'); ?></span>

But why not translate it from the language editor in the admin?

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Fleswodka

  •  

explosive

Quote from: @Mario on
This is very simple to figure out, even the span is called "title" :
<span class="title"><?php echo _lang('Most Viewed'); ?></span>

But why not translate it from the language editor in the admin?

I report same problem. If i want ,i can change this word but then i see Utf-8 turkish charchter problem.When you will fix it ? And do you have idea for thish problem ?
  •  

nithushan8

i need to use google analizer for embed player, how to ad analizer code on embed player,
  •  

Similar topics (7)

Replies: 1
Views: 760

Replies: 0
Views: 2194

Replies: 3
Views: 1140

Replies: 2
Views: 715