Quote:
Originally Posted by ehsanix
thnx for great mod
the average avtivity bar on my board is around 60% and i have only 4 members with 100% activity
how can i set it that the average activity for users goes around 90%
already it's set to 21 days and i'm using level 5
any idea ?
|
i found it :
Code:
if (($avgppd > 0) AND ($ownppd > 0)) { $posts_per_day = floor (100 * ( $ownppd / $avgppd)); }
on line 833 of "class_xperience"
am i allowed to modify it a bit into my desired result?