Quote:
Originally Posted by 99SIVTEC
|
Great! It's on my to-do list to add to my other sites. I'm only waiting to see it work on my busiest forum...
Quote:
Originally Posted by 99SIVTEC
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. 
|
Maybe this setting should be put into the AdminCP of vBulletin instead of a file edit...