Quote:
Originally Posted by 99SIVTEC
Alright, to fix this, just 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="/forums/product.php">
Your site just has an extra directory to get to the forum, so adding that /forums in front of /product.php should solve your problem. 
|
Perfect! Thank you! Any possibility of getting this to work on vBulletin 3 forums? If so, I can add it to another 25 sites or so...