How can I get my search function to search all my forums instead of just one?

Tutorial

For the legacy (old) forums

Here is the code to allow the search function to search through all of the old forums:

<center><form action="http://www.YOURSITENAME.com/public/programs/forumsearch.cfm" method="post"><br /><b>Search Discussion</b><br><br /><input name=searchquery size=10><br><input type=submit value="Search"></form><br /></center><br /></span></p> <p><span>

To learn more about the discussion forum search feature, review this tutorial  //www.membergate.com/members/218.cfm ;

CFMBB Forum

<center><br /><form name="frmSearch" method="post" action="/members/cfmbb/search.cfm?"><br /><input type="text" maxlength="100" size=10 value="" name="searchquery"/><br /><input type="hidden" name="searchtype" value="any"><br /><input type="submit" class="button" value="Search Forum" name="search"/><br /></form><br /></center>