To Make the default start page your playlist..
in
vBTube.php find:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$_GET['do'] = 'today';
}
and change to:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$pid='<playlistid>';
$_GET['do'] = 'playlist';
}
replace
<playlistid> with your playlist id
or you can edit the
vBTube template and add a link to:
Code:
vBTube.php?do=playlist&pid=<playlistid>
replace
<playlistid> with your playlist id