For some reason the usenet posts show up when I click get new threads and get today's active threads. I put the code below in search.php and they're still there:
Quote:
$wheresql.=" AND thread.open<>10";
// START USENET HACK
if (!$includeusenetpostsingetnew) { $wheresql.=" AND thread.isusenetpost=0"; };
// END USENET HACK
AND
$wheresql.=" AND thread.open<>10";
// START USENET HACK
if (!$includeusenetpostsingetnew) { $wheresql.=" AND thread.isusenetpost=0"; };
// END USENET HACK
|