@Gio : modify in the forumdisplay.php :
Code:
$sujets=$DB_site->query_first("SELECT postusername, SUM(views) AS vues FROM " . TABLE_PREFIX . "thread WHERE forumid=$forumid GROUP BY postusername ORDER BY dateline DESC");
with
Code:
$sujets=$DB_site->query_first("SELECT postusername, SUM( views ) AS vues
FROM " . TABLE_PREFIX . "thread
WHERE forumid =2
GROUP BY forumid
ORDER BY dateline DESC");
I'll update my archive