Search:

Type: Posts; User: andres28

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,251

    Center Embed Videos on vshare v2.7

    Edit this file: templates/view_video.tpl

    Look For:

    <div>{$view.VSHARE_PLAYER}</div>Replace with:

    <div align="center">{$view.VSHARE_PLAYER}</div>All Done....
  2. Replies
    57
    Views
    57,189

    This code works perfect on v2.7 I had to do a...

    This code works perfect on v2.7 I had to do a small modification to this code because I have a SEO hack to make my video links to end on (.html) this makes google like you a bit more.

    Original
    ...
  3. Replies
    2
    Views
    1,830

    Show your random videos on any site

    This script will allow you to show your videos random on any site.

    <?php
    echo "<?xml version='1.0' encoding='iso-8859-1'?>";

    $dbhost = "localhost"; // hostname on which MySQL is (usally...
Results 1 to 3 of 3