The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
You could try this: create a plugin using hook blog_post_start and code like this:
Code:
$min_posts = 2; if ($vbulletin->userinfo['posts'] < $min_posts) { print_no_permission(); } |
Благодарность от: | ||
The Rocketeer |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|