The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Per Theme??
Hey there
i was just wondering if its possible to have a different postbit per theme so for instance on theme 1 i would have posbit_legacy and on another theme i would have the other postbit (that goes along the top) :/ and how would i be able to display 2 userbadges for the postbit along the top |
#2
|
|||
|
|||
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; } |
#3
|
|||
|
|||
ok thanks for the info
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|