The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
show $myvariable in postbit
Hello,
I have this query in showthread_complete hook PHP Code:
I dont want to use postbit_display_complete to run the query. Thank you ! |
#2
|
|||
|
|||
You can't use showthread_complete if you want to use the result in the postbit, because the postbits are already created at that point. You might be able to use showthread_start, but the postbit is created inside a function, so if you try to use a global variable you would need to use $GLOBALS[variablename].
But I'm not sure why you'd want to put that result in postbit since it would be the same for every post. |
Благодарность от: | ||
mokujin |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|