Okey, i’m not but at least i could try. After half-fay of looking and figuring out, the widget function in bSuite.php is the problem:
Search for (line 2356 if i’m right)
$pop_posts = $this->pop_posts(“limit=$number&days=$days”);
and repace the “limit” for “count”. It will look like this:
$pop_posts = $this->pop_posts(“count=$number&days=$days”);
That’s all, the widget will get the number limit correctly.