well heres the complete query <br /> <br /> $query = " <br /> SELECT COUNT(*) as total,t1.B_PosterId,t2.U_Username <br /> FROM {$config['tbprefix']}Posts AS t1, <br /> {$config['tbprefix']}Users AS t2 <br /> WHERE t1.B_PosterId = t2.U_Number <br /> AND t2.U_Number > 1 <br /> $dayssearchlimit <br /> $limit <br /> GROUP BY B_PosterId ORDER BY total DESC <br /> LIMIT 0,$topposters <br /> "; <br /> $sth = $dbh -> do_query($query,__LINE__,__FILE__); <br /> <br /> <br />and looking at that there must be more threads than what your couning.. and there is no way to disbale that per board basis...so am wondering run this query and see what you come up with <br /> <br />SELECT COUNT(*) as total,t1.B_PosterId,t2.U_Username <br />FROM w3t_Posts AS t1, w3t_Users AS t2 <br />WHERE t1.B_PosterId = t2.U_Number AND t2.U_Number = '<number of the user>' <br />GROUP BY B_PosterId ORDER BY total DESC
_________________________
Couchtomatoe -
www.couch-tomatoe.ccMy abilities are for hire for installs, upgrades, custom themes and custom modifications.