The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Create array for thread, fetch data from it in posts
Hey I'm looking to acomplish something like this:
I want to fill an array with data in showthread and then I want to fetch data from this array in every post that belongs to this thread: #Thread - create array --Postbit in thread - fetch data from array --Postbit in thread - fetch data from array and so on. Any suggestions on how I could do this? What hooks should I use. Tried creating the array in showthread_start and then fetch data from the array in postbit_display_start (where I would output to $template_hook[postbit_signature_end] but didn't success with this - The array I created in showthread_start couldn't be reached by postbit_display_start. Thankfull for input. |
#2
|
|||
|
|||
Did you try declaring your array as global in your postbit_display_start plugin?
|
#3
|
|||
|
|||
ofcourse :erm: ! thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|