The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
I'd like to have a completely different style for specific forums.
|
#22
|
||||
|
||||
Create a new plugin at hook location "style_fetch" with the following:
Code:
switch ($GLOBALS['forumid']){ case X: $styleid = A; $vbulletin->options['styleid'] = A; break; case Y: $styleid = B; $vbulletin->options['styleid'] = B; break; case Z: $styleid = C; $vbulletin->options['styleid'] = C; break; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|