Small add-on.
If you would like to search for unlimited posts from specific members by providing nothing in the subject keyword field, then do the following.
In
search.php, find:
PHP Code:
if (empty($query) AND empty($searchuser) AND empty($replyless))
{
eval(print_standard_error('searchspecifyterms'));
}
And move it
under the following:
PHP Code:
if ($condition == "1=1")
{
Save, and you're done.