Quote:
Originally Posted by gorman
How can I have the advanced searching options shown by default?
|
We have just added this capability..
On the advanced link add ?adv=1
So the URL should be /searchbt.php?adv=1
That way, when people click that link, they will be taken to the search page which will soon after, open the advanced search pane automatically.
Also, you can now link the "Search this forum" by changing the URL to
/searchbt.php?adv=1&frm=%ForumID% (replace %ForumID% with your forum ID of course).
Or alternatively (in the little search forum there) add a
Code:
<input type=hidden name="frm" value="%ForumID%"/>
Give it a try and let me know how it worked out for you.