The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
You can do this with a simple plugin, using hook global_bootstrap_init_complete and this code:
Code:
global $vbulletin; if (is_member_of($vbulletin->userinfo, 5, 6, 7)) { $vbulletin->options['postminchars'] = 0; } |
Благодарность от: | ||
Judge Dredd X |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|