2009-04-30, 07:21 PM
the solution is simple (perhaps devs were sleepy? ;D)
open /admin/modules/user/users.php
find
open /admin/modules/user/users.php
find
$percent_posts = round($memprofile['postnum']*100/$posts, 2);
replace with$percent_posts = round($user['postnum']*100/$posts, 2);
and voila 