Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
sobrenome Posted October 4, 2020 Posted October 4, 2020 It is possible to send variables to templates using this exemple code: {template="includeCSS" app="core" group="global" location="global" params="VARIABLES"} Is it possible to send variables to a raw php Pages block? {block="my_block_key" params="VARIABLES"}
Solution bfarber Posted October 5, 2020 Solution Posted October 5, 2020 No, but you may be able to set a session or global variable first if needed, or store data temporarily elsewhere. {$_SESSION['tempvar']} {block="blockkey"} Zdeněk Tůma and sobrenome 1 1
Recommended Posts