Quote:
Originally Posted by Dream
I don't know why you don't have a threads field in the user table sorry. Thanks for trying the mod though.
|
Doesn't work for me either on 3.6.4, exactly the same error.
Removing
Quote:
$list = array();
$results = $db->query_read("
SELECT userid, username, threads, usergroupid
FROM " . TABLE_PREFIX . "user
WHERE threads > 0
ORDER BY threads DESC LIMIT $howmany");
while ( $entry = $db->fetch_array($results) ) {
$list[] = $entry;
}
|
From statistics.php allows the module to work (apart from thread starters of course)