Antonio Pereira
06-08-2011, 06:16 AM
Is it possible or is there a mod out there that restricts a forum access to the number of posts that a user has done , ie
Until they make 20 posts they cannot post in that forum
Like this one, but this is for an old version vb.
https://vborg.vbsupport.ru/showthread.php?t=225701
if((in_array($foruminfo['forumid'], array(1,2,3,4))) AND ($post['posts'] < 100)){
print_no_permission();
}
I now i can do this by using promotions with usergroup but in my forum some users have 2 usergroups and dont have 20 posts, so i want to block to see this forums if they dont have 20 posts
Best Regards
Until they make 20 posts they cannot post in that forum
Like this one, but this is for an old version vb.
https://vborg.vbsupport.ru/showthread.php?t=225701
if((in_array($foruminfo['forumid'], array(1,2,3,4))) AND ($post['posts'] < 100)){
print_no_permission();
}
I now i can do this by using promotions with usergroup but in my forum some users have 2 usergroups and dont have 20 posts, so i want to block to see this forums if they dont have 20 posts
Best Regards