The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Variable in Threadbits not working
I'm trying to place additional information in threadbit but nothing is happening, there is the code.
Hook: threadbit_display Code:
$getting = new dm_extraInfo; $threadExtraInfo = $getting->obter_extraInfo($thread['threadid']); //Just for debugging print_r($threadExtraInfo ); vB_Template::preRegister('threadbit', $threadExtraInfo); Code:
vB_Template::preRegister('threadbit', $threadExtraInfo); Code:
print_r($threadExtraInfo ); Can you help me with this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|