go to
https://vborg.vbsupport.ru/showthrea...413#post261413
that's a post that someone replyed to when I asked how to limited forum access if it under post, and if you scroll down to post number 11, it tells you how to do it for forums...now, if you want to stop other users getting access to it, you'll have to change one part:
change the line that says:
PHP Code:
$bbuserinfo[posts]<Y
to
PHP Code:
$bbuserinfo[posts]>Y
that's it, now whoever is above that number of post won't beable to post there
but it's for new threads, I'll see if it works the same with newreplys
*edit*Just checked, it's the same as the newthread.php, just look for the same line that says in post (link is in the first sentince) in newreply.php then follow the instrustion in that post

*edit*