Post
Topic
Board Beginners & Help
Merits 6 from 2 users
Re: Clarifying rank rules
by
TryNinja
on 14/12/2018, 15:03:17 UTC
⭐ Merited by suchmoon (4) ,Jet Cash (2)
Hey all, just trying to figure out how to earn ranks on this forum. As per the rules rank requires "Activity" and "Merit". Merit is given by users that have it or by "Merit Source" users.

Activity on the other hand is "activity = min(time * 14, posts)" which at first glance looks like a valid formula but then you notice that there is no unit of time given and "," is not a mathematical symbol as far as I can tell.

So how is activity calculated then?

Thanks for your time.
Time = every activity period where you posted at least once. A period happens every 14 days and the dates are already pre-defined by the forum software.

Min is a PHP function. The way is shown there is that your activity will be either equal to time * 14 or the number of posts you have (the one with the lower value).

E.g: min(5, 10) will return 5.



You should definitely read this thread: FAQ: Everything you need to know about forum 'activity, account ranks and merit