Quote:
Originally Posted by TheBlackPoet
so far so good... i only wish i could selct the menu myself... to make it more suitable for my particular market... "Black Issues" .. still... this is a kick-butt hack and im installing,... voting... and nominating..
|
You can set the default search by editing the php.
When the page is loaded if will display you default search genre.
Quote:
Originally Posted by efc9
in vBTube.php find:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$_GET['do'] = 'featured';
}
and change to:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$search='<insert search term>';
$_GET['do'] = 'search';
}
replace <insert search term> with your search term and that'll show the search instead of the featured videos on the frontpage. __________________
|