Quote:
Originally Posted by killervette
I would like to add a php script in the custom box? How can I do this? I tried to read the posts but it is 77 pages or so and i couldnt find an answer. I am php stupid so can you be detailed please?
|
Add it to the vbindex_customblock_php template within the case X part (where X is the number of the custom block) and then use $boxY_php in the custom block template where you want your output (Where Y is the block number).
PHP will only work in phpinclude_start, phpinclude_end, vbindex_customblock_php and vbindex_extra_php_NAME templates.