Show Your Support
if ($maxposts) { $sqlconds .= iif($sqlconds=="","WHERE","AND")." posts > $maxposts"; }
if ($minposts) { $sqlconds .= iif($sqlconds=="","WHERE","AND")." posts < $minposts "; }
makeinputcode("Has more than <i>x</i> posts:","maxposts",iif($maxposts,$maxposts,""));
makeinputcode("Has less than <i>x</i> posts:","minposts",iif($minposts,$minposts,""));