Vbulletin global Hook?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashy
    Member
    • Sep 2001
    • 77

    [CMS] Vbulletin global Hook?

    Hi All

    I am trying to hook my php code to the globle_start. i thought that is the place before every thing. but it seems will not run when you are in CMS page.

    is there any globle hook which works for both forums and CMS content page?

    thanks

    eric
  • Removed-836727
    Banned by User Request
    • Apr 2006
    • 1274

    #2
    Just check the code

    PHP Code:
    // Deprecated as of release 4.0.2, replaced by global_bootstrap_init_start
    ($hook vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false

    Comment

    • ashy
      Member
      • Sep 2001
      • 77

      #3
      found it
      thanks

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...