here the code why you're need to wait before able to posting again
Wait Timeswaittime = 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);
or in other word, you have to make 15 post to pass 6 minutes wait time,..right ?
Yes, I do understand that, but I can only post in this forum, not in the forum I want to post, even if I wait for 30 min.
The wait time decreases with forum rank. Newbies have a high waiting time and jr. members, full members and sr. members a much lower waiting time. Some time ago it was only permitted to post in this forum (the newbie jail). That was removed and newbies could post in many forums. Recently we got a new forum so that may have something to do with it.