If a brand new member posts everyday, after how many days will he get the Jr Member rank?
2 weeks exactly? I'm building a rank calculator and I would like to know if the activity changes every 2 weeks. (if the member will post everyday)
What matters the most is the maximum potential activity. If I post at least once every activity period (~14 days), my maximum activity increases by 14. My post count fills this maximum potential activity and it becomes my current activity if I have enough posts.
Example:
- I have 10 posts and 0 activity.
- I post once today (my first post in this period).
- I will get 10 activity points (maximum potential of 14, but only have 10 posts).
- If I post another 4 times, my activity increases to 14 (total of 14 posts, 14 activity).
- If I post another 4 time (18 posts), my acitivity won't increase. It will remain at 14.
In the next period, if I post 1 time, my maximum potential will increase by another 14 (now 28). So, I had 18 posts and made another one (total of 19). My activity will go to 19. If I keep posting, it will keep increasing with my posts until I hit the 28 posts (maximum activity).
Now for the mathematical formula:
The activity number is determined in this way:
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)
To answer your question:
"If a brand new member posts everyday, after how many days will he get the Jr Member rank?"
- Answer: At least 29 days. Posting at least once in the last day of one of the 14 days period (+14 potential activity) and posting at least once in the next 2 periods (+14 x 2 potential activity) = total of 42 potential activity. Then, making at least 30 posts and getting 1 merit.Correct answer:
https://bitcointalk.org/index.php?topic=5241019.msg55327289#msg55327289