Hello and today im going to show you how to add hosted by (youtube, dailymotion, or googlevideo)
First what you want to do is edit
index.php (located in root of phpdirector location)
find
$tmp = array(
'id' => $_row['id'],
'month' => $month,
'day' => $day,
'name' => $_row['name'],
'creator' => $_row['creator'],
'picture' => $picture,
'description' => $_row['description'],
'br' => $br
);and replace with
$tmp = array(
'id' => $_row['id'],
'month' => $month,
'host' => $_row['video_type'],
'day' => $day,
'name' => $_row['name'],
'creator' => $_row['creator'],
'picture' => $picture,
'description' => $_row['description'],
'br' => $br
);now open
index.tpl (located in your theme folder)
now add
Hosted by {$videos[mysec].host}where ever you want
Hosted by YouTube
to appear
Good luck and if you need any help feel free to ask.
-Jeff-