Quote:
Originally Posted by Logician
If you have used this hack in vbulletin 3.0.x and now waiting for 3.5.0 version, can you please post here and let me know whether you have already ported your board for 3.5.0 or are you still on 3.0.x until I release the hack?
? ?Outside variables? are removed from the hack as it is confusing for novice users and redundant for expert users. Someone who needs to pass outside variables to the webtemplate can use PHPINCLUDE field of webtemplate to clean and process variables in the vbulletin way. Eg.
$vbulletin->input->clean_array_gpc('r', array(
'my_variable_1' => TYPE_STR,
'my_variable_2' => TYPE_INT,
));
|
Yes. I've done the biggest chunk of work in WebTemplates and need to wait for 3.5 version.
It will be an extension, no?
Also, the part about external variables is one I'll have to relearn. Our current price guide is all about external variables. I hope that the include will be per-page and not global as in vBulletin?