The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Templater Variables / Instructions
Alright.
I have a question in regards with passing variable information along to the templater. Code:
vBulletin 4.0 Templater Rendering $templater = vB_Template::create('awards_awardusers_bit'); $templater->register('awardusers', $awardusers); $awarduserslist .= $templater->render(); I used this to get rid of the initial comma: Code:
$awarduserslist = substr($awarduserslist , 2) |
#2
|
||||
|
||||
I'm not sure I understand exactly. Did you try adding that line after you rendered the template? I can't think of why it shouldn't work the same as before.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|