Quote:
Originally Posted by DawnsWebDesigns
How would you go about this. I've already noticed this: https://vborg.vbsupport.ru/showpost....0&postcount=34. It tells you how to add new categories but not how to avoid adult content.
I'm sorry I don't know enough about youtube. Does one of these categories hold more adult content then another? Or do several have the potential for adult content? If so I don't want to delete all the categories just the adult content within the categories. So what code would I add & where to weed out that one thing?
Note: I don't know jack about php coding. In fact I'm doing good with html/css. Thank you for understanding. 
|
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.