No, it's just 14 * number of two-week periods that you've made at least one post, or the number of posts you've made total, whichever is less. It's basically the number of days you've been active on the site.
dserrano5 said: during each "14 day cycle" your activity increases by one everytime you post.
You say: 14 * number of two-week periods that you've made at least one post.
To me these sounds completely different.
It is calculated as the
lesser of two possible numbers.
EITHER:
Your total post count.
OR:
14 * the number of two-week periods that you've made at least one post.
As is clearly stated in the first post of this thread:
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)
So:
If you post twice a week for 6 weeks (total 6 posts)
You'll have activity of 6, because 6 total posts is less than 14 * 3 two-week periods = 42.
If you post one time every 14 days, and then 50 times in the third week (total 52 posts)
You'll have activity of 42, because 14 * 3 two-week periods is less than 52 total posts.
If you post one time every day for the first 14 days, then 0 posts for the next 14 days, then 2 times per day for the next 14 days (total 42 posts)
You'll have activity of 28, because 14 * 2 two-week periods is less than 42 total posts.
If you post two times every other day for the first 14 days, then only 1 total post during the next 14 days, then 2 times every day for the remaining 14 days (total 43 posts)
You'll have activity of 42, because 14 * 3 two week periods is less than 43 total posts.