Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Percent of total posts [R] [C-StefanT]
#2
the solution is simple (perhaps devs were sleepy? ;D)
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 Smile


Messages In This Thread
RE: Percent of total posts - by marines - 2009-04-30, 07:21 PM
RE: Percent of total posts [R] - by sayakb - 2009-05-02, 12:52 PM
RE: Percent of total posts [R] - by Imad Jomaa - 2009-05-02, 05:55 PM
RE: Percent of total posts [R] - by Ryan Gordon - 2009-05-07, 04:53 PM
[F] Percent of total posts [R] - by Tomm M - 2009-05-08, 09:48 AM
RE: [F] Percent of total posts [R] - by Technoman - 2009-05-13, 10:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)