PDA

View Full Version : Certain Number of Posts - restricts a forum access


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

Lynne
06-08-2011, 02:50 PM
Just create a new usergroup that has access to the forum and then create a promotion to promote users from the Registered Usergroup to the new usergroup after 20 posts.

furnival
06-08-2011, 09:42 PM
Search for 'Cyb advanced forum permissions' modification