The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Certain Number of Posts - restricts a forum access
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 Code:
if((in_array($foruminfo['forumid'], array(1,2,3,4))) AND ($post['posts'] < 100)){ print_no_permission(); } Best Regards |
#2
|
||||
|
||||
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.
|
#3
|
|||
|
|||
Search for 'Cyb advanced forum permissions' modification
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|