The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
What was the point in making us register variables?
What was the point in making us register variables?
To me it is nothing but a pain in the rear end. When you want to register a variable to pull in your template you have to register it in every template that is around yours. For instance I am trying to use Code:
{vb:raw modcpdir} Why should it be that stupid. That is tons of extra code we shouldn't have to type. I remember when you could just use Code:
$modcpdir Code:
{vb:raw modcpdir} Code:
$templater->register('modcpdir', $modcpdir); Code:
vB_Template::preRegister('showthread',array('modcpdir' => $modcpdir)); vB_Template::preRegister('postbit_legacy',array('modcpdir' => $modcpdir)); Just to return $modcpdir is totally insane. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|