The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
There's no option to do that. You might be able to use different postbit templates in different styles (i.e. copy postbit to postbit_legacy in one of the styles), or you could use a plugin. For example a plugin using hook global_setup_complete and this code:
Code:
if (STYLEID == 3) { $vbulletin->options['legacypostbit'] = 0; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|