The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I tried it using array_shift and it seems to work.
Code:
$myvar = array('First', 'Second', 'Third'); $templater = vB_Template::create('test_template'); $templater->register('myvar', $myvar); print_output($templater->render()); Code:
<vb:if condition="$first_item = array_shift($myvar)"> First: {vb:raw first_item}<BR/> </vb:if> <vb:each from="myvar" key="k" value="v"> Loop: {vb:raw k} {vb:raw v}<BR/> </vb:each> I couldn't see how you could get to fetch_error_array() with $errors not an array unless maybe you have a plugin that changes $errors (maybe using hook template_compile?) or maybe a custom tag. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|