![]() |
Quote:
i thought it was global also, and supprisingly in the global_start works for my custom page but not the postbit template! lol |
global_start is called on all vb pages.
I believe the postbits are built from within functions so you are likely to need to call global $yourvariable in a postbit hook to get it to work. An easier way would be to create your own array $vbulletin->myvars and then use $vbulletin->myvars['var1'] etc, as $vbulletin is already globalised in most places. |
Quote:
that's a good idea, ill give that a shot. :D |
Quote:
:) :up: |
global_start is called once on each page. The postbit_* hooks are called for each post.
|
All times are GMT. The time now is 06:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|