The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|