Topic: Integrate Forum Search on Mainpage
I am trying to integrate the search into the mainpage of my site. So i have put a form, and am then passing the data to the search.php page. Or at least im trying to. When I do something like this.
http://www.website.com/Forum/search.php?action=search&keywords=<? echo $keywords; ?>&author=&forum=-1&search_in=all&sort_by=0
I get Error: Unable to fetch search results. It doesnt appear that im not allowed to call the page this way, can somebody point me to how i can make this work? Thanks guys..