Author

Topic: Forum ranks/positions/badges (What do those shiny coins under my name mean?) - page 113. (Read 2760947 times)

copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
Hello. I don't understand something. My activity will grow up only after 14 days or weeks or will be updated every hour?

Both, the calculation will be done every hour. The result will only change if your "time" value changes[1], which happens when you post in certain time periods. You can see in the table botany linked when these periods start.

[1] unless for your account time*14 < posts
legendary
Activity: 1582
Merit: 1064
Hello. I don't understand something. My activity will grow up only after 14 days or weeks or will be updated every hour?

Since you have made sufficient number of posts, your activity will "grow" when you make a post in the next 14-day period, i.e. after 3-Jan-2017.
Here is a list of the start times of activity periods.
https://docs.google.com/spreadsheets/d/12saLhlUoqIdairxzuSPu6EYGrt7FN2lOstO1yDjCEbA/edit#gid=1012758442
sr. member
Activity: 459
Merit: 251
Hello. I don't understand something. My activity will grow up only after 14 days or weeks or will be updated every hour?
hero member
Activity: 2534
Merit: 623
Can someone give a lamens terms on how the activity number is calculated please?

I get most of the explanation here:-

Quote
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Activity is updated ever hour.

I just don't understand the "posts" bit in the brackets and if the activity is updated every hour how come ive had 378 as my activity for the past 3 days? Or does it only change according to the table of two week increments already posted?

Thanks.

There are 3 variables in the above formula.

activity, time and post.

1 "time" is given to each account that posts at least once in one of the 14 day long periods for this variable. Posts is the number of posts you have made, regardless of the 14 day period.

Your activity is the smaller number of 14 * time and your posts. For the majority of users here the number posts is larger than time*14, thus their activity is limited by time. As your activity is updated hourly, your time is only increased every 14 days (for exact days and times, see the table you mentioned). Since time is what changes your activity, it will only change every 14 days as every recalculation in between results in the same number.

That is exactly the explanation I was after. I couldn't for the life of me figure out the "time*14,posts" part but now I understand, its either posts or number of 14 weeks periods ive made a post. Makes sense why my activity hasn't changed in days.

Thanks for explaining that, its helped a great deal Smiley
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
Can someone give a lamens terms on how the activity number is calculated please?

I get most of the explanation here:-

Quote
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Activity is updated ever hour.

I just don't understand the "posts" bit in the brackets and if the activity is updated every hour how come ive had 378 as my activity for the past 3 days? Or does it only change according to the table of two week increments already posted?

Thanks.

There are 3 variables in the above formula.

activity, time and post.

1 "time" is given to each account that posts at least once in one of the 14 day long periods for this variable. Posts is the number of posts you have made, regardless of the 14 day period.

Your activity is the smaller number of 14 * time and your posts. For the majority of users here the number posts is larger than time*14, thus their activity is limited by time. As your activity is updated hourly, your time is only increased every 14 days (for exact days and times, see the table you mentioned). Since time is what changes your activity, it will only change every 14 days as every recalculation in between results in the same number.
member
Activity: 112
Merit: 10
female ;)
Can someone give a lamens terms on how the activity number is calculated please?

I get most of the explanation here:-

Quote
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Activity is updated ever hour.

I just don't understand the "posts" bit in the brackets and if the activity is updated every hour how come ive had 378 as my activity for the past 3 days? Or does it only change according to the table of two week increments already posted?

Thanks.



I don't know how the formula works, but it's like this.

You get 14 activity points for every 1 post (I believe?) in a two week period. If your posts are higher than your activity, you need to make up the difference by posting. The cap is 14. The rest is potential activity.

Code:
    Activity = min(time * 14, posts)
    Increase activity by posting.
    Activity is updated every 30 minutes.
    Maximum of 14 activity every 2 weeks.

What is activity?

Activity = min(time * 14, posts)
Increase activity by posting.
Activity is updated every 30 minutes.
Maximum of 14 activity every 2 weeks.

Wait Times

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);

- sorry if that doesn't make sense, I'm really tired and don't know what I'm saying lol
hero member
Activity: 2534
Merit: 623
Can someone give a lamens terms on how the activity number is calculated please?

I get most of the explanation here:-

Quote
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Activity is updated ever hour.

I just don't understand the "posts" bit in the brackets and if the activity is updated every hour how come ive had 378 as my activity for the past 3 days? Or does it only change according to the table of two week increments already posted?

Thanks.

sr. member
Activity: 597
Merit: 250

Thanks for the information, explains everything about the whole status system and how to lvl up! Merry Xmass to all
hero member
Activity: 798
Merit: 506
Thank satoshi
when i will get memmber tag after reaching min posts

When you've posted in at least 5 activity period.  You've posted in 2 already so you get 28 activity.  List of activity periods was posted above.
full member
Activity: 196
Merit: 100
when i will get memmber tag after reaching min posts
member
Activity: 110
Merit: 10
Good explaining of how to rank in here. Im newbie now and been liking the enormous amount of info that can be found here. I needed help with the ranking and this topic helped me out to understand more. I hope in near future I can rank up. Currently my activity is under 30 but its increasing like post says. I actually can't wait to beable to do more here and thanks to all who makes this place great. Peace Love and Crypto!!
copper member
Activity: 2562
Merit: 2510
Spear the bees
I like to know if how many weeks before update? I'm looking forward to this site. Goodluck to all! 😄
https://docs.google.com/spreadsheets/d/1dDySMB2lsOIIkUXuax2rXL30gv656E4xTsFcC2zQHkg/pubhtml

Here are the activity update times. It will be in 3 days, so you can look forward to posting during that period. Remember that you need to have made at least one post within the (almost) fortnight timeframe to be eligible for the activity.
sr. member
Activity: 411
Merit: 335
I like to know if how many weeks before update? I'm looking forward to this site. Goodluck to all! 😄
full member
Activity: 157
Merit: 100
Need a Website or A Web App? Let me know!
Thanks alot for this post, really helped me. Smiley
legendary
Activity: 1568
Merit: 1003
🚀🚀 ATHERO.IO 🚀🚀
Today is Good Day at me Smiley
All Hero member Activity 775+ Good Luck ; )
Random be on my party Gods help) before new year a gift

staff
Activity: 3500
Merit: 6152
Posts: 315
Activity: 112
But still Member??? Cry Cry Cry

It's clearly mentioned in the OP that you need to have at least 120 activity to become a Full member, so you should upgrade in the next activity reset once you post.

Code:
Full Member:	Activity: 120, gets 3 gold coins under his name.
hero member
Activity: 574
Merit: 503
V2h5IGFyZSB5b3UgcmVhZGluZyB0aGlzPw==
Posts: 315
Activity: 112
But still Member??? Cry Cry Cry

Post above yours, read.
hero member
Activity: 1092
Merit: 500
Posts: 315
Activity: 112
But still Member??? Cry Cry Cry
hero member
Activity: 798
Merit: 506
Thank satoshi
Also, how many posts is it to gain the JR. Rank? I'm assuming that's when you're eligible to post images.
It states you need to gain 30 activity, but I have:
Posts:   35
Activity:   14

I've seen users with 50 posts and 50 activity, so...are there certain sections that don't count towards activity increasing?


You need 30 activity to become Jr. Member.  Activity have a limit and they're calculated this way:
Quote
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)

Activity is updated every hour.

Check the previous pages of this thread for many explanations about this.
To answer your last question, the only section that doesn't count towards activity is trashcan which is invisible.
sr. member
Activity: 381
Merit: 250
Also, how many posts is it to gain the JR. Rank? I'm assuming that's when you're eligible to post images.
It states you need to gain 30 activity, but I have:
Posts:   35
Activity:   14

I've seen users with 50 posts and 50 activity, so...are there certain sections that don't count towards activity increasing?
Jump to: