The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Replacing $vboptions at runtime
Hello,
Does anyone knows a way to replace the content of a $vboption at runtime from a php file? eg something like: Code:
$vbulletin->options['description'] = 'My new description'; Chris |
#2
|
|||
|
|||
You can do it from a plugin - if you find a hook location that comes before the value is used, like global_bootstrap_init_start, you can just use code like you have above for the plugin code.
|
#3
|
|||
|
|||
Quote:
Chris |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|