Pages:
Author

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

full member
Activity: 276
Merit: 102
hello, team
I have 74 post, but why my rank is still Junior?
Activity is increasing after every 14 days on Tuesday next up-gradation is coming on Tuesday 12 September so on this day you will be Member posts have no link with activity now keep this in mind  Smiley

Thanks for the info
sr. member
Activity: 700
Merit: 251
hello, team
I have 74 post, but why my rank is still Junior?
Activity is increasing after every 14 days on Tuesday next up-gradation is coming on Tuesday 12 September so on this day you will be Member posts have no link with activity now keep this in mind  Smiley
full member
Activity: 728
Merit: 110
hello, team
I have 74 post, but why my rank is still Junior?
member
Activity: 300
Merit: 12
sorry i have a question what's the meaning of int and max? got confuse with the computation.

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);
int means the result is rounded to nearest integer, and max(a,b) means the result will be the bigger number. If a>b then max(a,b)=a...
sr. member
Activity: 700
Merit: 251
sorry i have a question what's the meaning of int and max? got confuse with the computation.

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);
This chart mean if you are newbie then you have to wait for 6 minutes or 360 seconds for every post as you reach Jr Member rank then your wait time will cut and as you reach Member rank this will more cut mean as you have high rank your wait time going to less for posting on this forum

whaat that's the meaning of it?... well the calculations are very complicated. I hope they will make it simpler to understand.


This is not complicated because you need to understand if you are newbie then you have to wait for 6 minutes then you can post again as your rank going up this time is going to less nothing else
member
Activity: 112
Merit: 10
do we need to post daily, for 30 days to become a junior member?
newbie
Activity: 28
Merit: 0
sorry i have a question what's the meaning of int and max? got confuse with the computation.

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);

(int) means the computation will be converted to an int rather than a float (Ex. 4 instead of 4.1052)   
max(value,value) means it'll take the max value between these two numbers
full member
Activity: 308
Merit: 101
sorry i have a question what's the meaning of int and max? got confuse with the computation.

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);
This chart mean if you are newbie then you have to wait for 6 minutes or 360 seconds for every post as you reach Jr Member rank then your wait time will cut and as you reach Member rank this will more cut mean as you have high rank your wait time going to less for posting on this forum

whaat that's the meaning of it?... well the calculations are very complicated. I hope they will make it simpler to understand.

newbie
Activity: 42
Merit: 0
I was curious about this whole Activity thing, glad I found this thread and cleared it out for me, thumbs up
sr. member
Activity: 700
Merit: 251
sorry i have a question what's the meaning of int and max? got confuse with the computation.

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);
This chart mean if you are newbie then you have to wait for 6 minutes or 360 seconds for every post as you reach Jr Member rank then your wait time will cut and as you reach Member rank this will more cut mean as you have high rank your wait time going to less for posting on this forum
sr. member
Activity: 812
Merit: 260
full member
Activity: 308
Merit: 101
sorry i have a question what's the meaning of int and max? got confuse with the computation.

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);
newbie
Activity: 14
Merit: 0
Want to know, is activity count started from registered date or automatic by forum system?

The activity reset happens in specific dates and you have a maximum of 14 activity to gain per week, It doesn't really matter when you registered.

Do you mean maximum of 14 activities per week or every 2 weeks? I saw 2 weeks in the thread. Which is correct? Thanks


Two weeks.
legendary
Activity: 1386
Merit: 1000
KawBet.com - Anonymous Bitcoin Casino & Sportsbook
Can I jump from Newbie to Member and skipping Jr Member if I'm an active user?
You can't even though you have been active for 24/7
full member
Activity: 210
Merit: 100
Can I jump from Newbie to Member and skipping Jr Member if I'm an active user?
full member
Activity: 476
Merit: 104
Decentralized global citizen and crypto-preneur
Want to know, is activity count started from registered date or automatic by forum system?

The activity reset happens in specific dates and you have a maximum of 14 activity to gain per week, It doesn't really matter when you registered.

Do you mean maximum of 14 activities per week or every 2 weeks? I saw 2 weeks in the thread. Which is correct? Thanks
full member
Activity: 340
Merit: 100
NEM <3
This info should really be posted in the "Help"-section.

I've read the whole section to find something about bitcointalk ranks, but had to google it to find this thread.
Also, nvm if i've just missed it  Wink
newbie
Activity: 22
Merit: 0
Para san po gagamitin yan gold?
full member
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain
sr. member
Activity: 700
Merit: 251
I have a doubt. I am totally confused about how the profile activity is calculated?? First I thought number of post=activity I now know I was totally wrong ..
The answer of your question is available in Post # 1 you can check

The way activity is calculated:
Quote from: theymos on June 18, 2013, 08:44:42 PM
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)

Activity is updated every hour.
Pages:
Jump to: