The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
After eval('print_output the game stop logind
Hi, am including one of my vbulletin pages into an external one, everything works fine excerpts that after the included pages is included is stops pring out the rest of the page.
so after > eval('print_output("' . fetch_template('custumtemp_poll') . '");'); it stops executing code, why? |
#2
|
|||
|
|||
because you are printing it out. If you want to set a variable to it you can do
eval('$custompoll .= "' . fetch_template('custumtemp_poll') . '";'); |
#3
|
|||
|
|||
Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|