The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Wont let me add to template var {vb:raw notifications_menubits}'s value in a plugin
{vb:raw notifications_menubits} is a variable in the header template. I am making a plugin and require adding additional content to this variable (it's the one that *should* stick content where I have drawn this red line ). I created a plugin and have tried both global_start and parse_template as hooks but the following never displays anything when I load my forum index:
Code:
$variabletest = 'llllllllllllllllll'; vB_Template::preRegister('header',array('notifications_menubits' => $variabletest)); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|