The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Hook: global_bootstrap_init_start
Code:
$maxthreadsgroups = array(5,6,7); // Usergroups $maxthreadsids = array(); // User IDs if (is_member_of($vbulletin->userinfo, $maxthreadsgroups) OR in_array($vbulletin->userinfo['userid'], $maxthreadsids)) { $vbulletin->options['maxthreads'] = 50; } Change the numbers in red to your liking. You can also use userids. I have settings in a product for mine but this should give you what you need. TESTED and WORKS! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|