Every time I try to post it's saying I haven't waited 10 minutes (it's been almost 2 weeks since I posted I think!)
Just trying to post.... will delete if successful.
Do not be too fast in posting while you are still a newbie. There is a time delay, this is to avoid spammer. Bear with it, as you progress and ranks up, this will be not a problem anymore. Good luck.
Is there any time delay for jr. members and others?
I believe so, but it degrades the longer you are active on the forum, aka the more activity you have.
The following formula is used.
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);
So yes, Jr member would still experience a delay when trying to post multiple messages, although this really shouldn't be too much of an issue. ( As i presume you're not going to make 4 posts every minute
)