Quote:
Originally Posted by Playa82
to delete the search function, do this:
find in vbtube template:
Code:
<form action="vBTube.php?do=search" method="post">
<table width="100%" class="tborder" align="center" border="0" cellpadding="6" cellspacing="0">
<tr><td class="tcat">Search $vbphrase[vBTube_title]</td></tr>
<tr><td class="alt1">
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="text" name="search" value="search..." class="styled" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /> <input type="submit" value="Go!" class="button" />
</td></tr></table><br>
</form>
delete it and save your template.
|
I did this & there's still nasty videos. Basically anything under main menu has the potential to bring up nasty videos. So I guess I have to get rid of that whole thing?
Edit: I did delete the whole thing. I also had to delete at least one category...people & blogs I think brought up some nasty stuff too. I've got very few categories & it's quite possible some of them could hold some adult stuff. I've switched my site to adults only anyway.
At least I was able to make it so that instead of bringing up today's new uploads it takes you straight to the news category...which shouldn't be too dangerous?