Add the video search to your search drop down.
in navbar, find this:
Code:
<form action="search.php?do=process" method="post">
above add: (remember to edit the: ADDaKEYWORDorREMOVE)
Code:
<tr>
<td class="thead">Video Search</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="vBTube.php?do=search" method="post">
<input type="text" name="search" value="search..." class="styled" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='ADDaKEYWORDorREMOVE';" /> <input type="submit" value="Go!" class="button" />
</form>
</td>
</tr>