The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
val(fetch_template(
Is eval(fetch_template( still used to output the xml? or is it custom to use some sort of vb class
|
#2
|
||||
|
||||
The XML of what? fetch_template(), as its name suggests, fetches the template from the cache (or database) in its already parsed form. eval() is a default PHP function and treats the string inside as PHP code.
|
#3
|
|||
|
|||
The XML is for AJAX processing. I'm asking if I should just write a template in XML or use some sort of XML output construction class.
|
#4
|
||||
|
||||
Use the class "vB_AJAX_XML_Builder" to build and output XML. Have a look at ajax.php.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|