[ Video Sharing CMS v4 ] iframe to uservideo thumbs

Started by ipeci,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipeciTopic starter

Hello

How to embed a iframe here?
watch photo!

Plz. a fuell code with <?php   blla blla blaaa  ?>


Thank you
You are the best ::)
  •  

PHPVibe A.

You want to replace it in playlist or only user videos?

For user videos (seems the right choice):

Open tpl/main/video.php

find:


<div class="items">
<ul>
<?php
if(has_list()){
 layout('layouts/list');
 } else {
 layout('layouts/user_videos');
} ?>
</ul>
</div>


Replace it with :

<?php if(has_list()){ ?>
<div class="items">
<ul>
<?php  layout('layouts/list');?> 
</ul>
</div>
 <?php } else { ?>
 Html/iframe code goes here
 <?php } ?>



ipeciTopic starter

O worx great ,thank you alex  :)

Wich is the optimal width and height ?

regards
  •  

PHPVibe A.


ipeciTopic starter

DONE  :D
You ar the best support ever !

Thank You .
  •  

ipeciTopic starter

  •  

PHPVibe A.

It was in 3.3 :) There is some work to do this in 3.4, you will need to modify some divs and a lot of css, the file is video.php in theme, and vibe.style.css in css.

ipeciTopic starter

Hi,
thnx alexander but that dont help me really ... i know that  :D
  •  

PHPVibe A.

I'm helping Mario code 3.5, will get back to help with this sort of stuff after the upgrade, as if I write you now a tutorial, it would be just lost time, you'll lose it on upgrade.

ipeciTopic starter

ok thanks ...

Plz dont forget Options for ( Create Private Channels ) and ( Create New User Group )And  By creating new Videos a option to choose wich group can see that Video :-\ this options are very important  :'(
  •  

Similar topics (7)