Post
Topic
Board Meta
Merits 2 from 2 users
Re: Little things that bug you/me about the forum
by
LoyceV
on 18/07/2025, 20:42:23 UTC
⭐ Merited by Cricktor (1) ,vapourminer (1)
Limits on posting
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);
Limits on PM'ing (private messaging):
ActivityMax recipientsMax recipients if whitelistedMax PMs per hourMax PMs per hour if whitelistedMax PMs per dayMax PMs per day if whitelisted
02101402120
15310104015120
30510104030120
1007142080150600
25015301201203001200
500303012012012001200

You are automatically whitelisted if you buy a copper membership. You don't need to wear the copper membership, just own it. You can also be whitelisted for free by any staff member and a few non-staff ~
A whitelisted user can send more PMs, and has a much smaller delay in between posts. But: that only lasts until the user ranks up! When a user reaches the next rank, he's down to the above list without whitelisting. Users can only be whitelisted once, so it can't be fixed anymore.
I don't know if Copper members also lose their whitelist-privileges when they rank up.

I guess most of this is custom code, but it kinda is a bug that needs patching.