The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
include external file
Hello,
Any suggestion which hook location I need to use for execute custom php script after board completely loaded. Need to use functions like PHP Code:
|
#2
|
|||
|
|||
Technically global_start is deprecated (you should avoid using it), and you should use global_bootstrap_init_start or global_bootstrap_complete. But seeing as development has shifted to vb5, it seems unlikely at this point that it would actually be removed, so I think it's safe to use global_start. (Or maybe another way to look at it is that the entire hook system was removed from vb5, so it doesn't matter).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|