Quote:
Originally Posted by morrow
|
No problem, I've got you covered.
open productSearch.php, and on line 44 change
PHP Code:
<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/product.php">
to
PHP Code:
<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/vBulletin/product.php">
Then it will send it to the right page.