Quote:
Originally Posted by BirdOPrey5
As has been mentioned here before global_start is a bad hook to use in VB4. It was included for compatibility with older mods and is expected to be removed at some point- you can't count on it existing in non-forum parts of the site.
global_bootstrap_init_start should be used instead of global_start in most circumstances.
|
For rendering template and such which is the most recommended then? I'm assuming "process_template_complete" ? Or does it depend on each case?