Author

Topic: post topics (Read 169 times)

member
Activity: 168
Merit: 15
Future of Security Tokens
February 22, 2019, 02:26:34 PM
#4
There is no limit to the number of posts you can make in a day, just post restrictions, or a break period between posts. This shortens with your activity. And your activity does not always rise with youe post. There is a limit to number of activity you can get, 14 every 14 days. Averagely 1activity a day.
member
Activity: 69
Merit: 12
February 22, 2019, 10:26:20 AM
#3
One of the rules you could respect is - read the stickies at the top of the board indices.
legendary
Activity: 2338
Merit: 10802
There are lies, damned lies and statistics. MTwain
February 22, 2019, 05:48:23 AM
#2
<...>
There is no formal limit (posts not topics), unless you get reported for spamming, in which case your account will be banned.

There is a cool down time though between posts:
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);
The cool down time therefore is relative to your activity. In your case, your activity is 42, so wait time should be 48 seconds (90-42) between posts.
member
Activity: 154
Merit: 13
February 22, 2019, 05:43:50 AM
#1
is there a limit to posting topics in the forum?
how many topics you can publish in a day?
Jump to: